Contents
$XORG_PREFIX/include/GL, $XORG_PREFIX/include/X11, and $XORG_PREFIX/share/doc/xorgproto-2025.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.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://xorg.freedesktop.org/archive/individual/proto/xorgproto-2025.1.tar.xz
MD5 校验和:15534fa6fb13a6a70afe7561c1424f3c
大小:752 KB
预计所需磁盘空间:8.4 MB
预计构建时间:小于 0.1 SBU
fop-2.11, libxslt-1.1.45, xmlto-0.0.29 and asciidoc-10.2.1 (to build additional documentation)
There is a reciprocal dependency with fop-2.11. If you wish to build the documentation, you'll need to re-install the Protocol Headers after the installation is complete and fop-2.11 has been installed.
Editor Notes: https://wiki.linuxfromscratch.org/blfs/wiki/Xorg7ProtocolHeaders
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{,-2025.1}
-D legacy=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-2025.1