Contents
$XORG_PREFIX/include/GL, $XORG_PREFIX/include/X11, and $XORG_PREFIX/share/doc/xorgproto-2024.1
The xorgproto package provides the header files required to build the X Window system, and to allow other applications to build against the installed X Window system.
Install xorgproto by running the following commands:
mkdir build && cd build && meson setup --prefix=$XORG_PREFIX .. && ninja
This package does not come with a test suite.
Now, as the root user:
ninja install &&
mv -v $XORG_PREFIX/share/doc/xorgproto{,-2024.1}
-Dlegacy=true: Installs legacy headers
needed by old programs (such as LessTif).
$XORG_PREFIX/include/GL, $XORG_PREFIX/include/X11, and $XORG_PREFIX/share/doc/xorgproto-2024.1