Contents
$XORG_PREFIX
/include/GL, $XORG_PREFIX
/include/X11, and $XORG_PREFIX
/share/doc/xorgproto-2022.2
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.
This package is known to build and work properly using an LFS 11.3 platform.
Download (HTTP): https://xorg.freedesktop.org/archive/individual/proto/xorgproto-2022.2.tar.xz
Download MD5 sum: 3fdb11d75f7023db273f7b3e34b58338
Download size: 740 KB
Estimated disk space required: 8.5 MB
Estimated build time: less than 0.1 SBU
fop-2.8, libxslt-1.1.37, xmlto-0.0.28 and asciidoc-10.2.0 (to build additional documentation)
There is a reciprocal dependency with fop-2.8. If you wish to build the documentation, you'll need to re-install the Protocol Headers after the installation is complete and fop-2.8 has been installed.
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/Xorg7ProtocolHeaders
Install xorgproto by running the following commands:
mkdir build && cd build && meson --prefix=$XORG_PREFIX -Dlegacy=true .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install && mv -v $XORG_PREFIX/share/doc/xorgproto{,-2022.2}
-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-2022.2