Contents
$XORG_PREFIX
/include/GL, $XORG_PREFIX
/include/X11, and $XORG_PREFIX
/share/doc/xorgproto-2019.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.
This package is known to build and work properly using an LFS-9.0 platform.
Download (HTTP): https://xorg.freedesktop.org/archive/individual/proto/xorgproto-2019.1.tar.bz2
Download MD5 sum: 802ccb9e977ba3cf94ba798ddb2898a4
Download size: 848 KB
Estimated disk space required: 8.2 MB
Estimated build time: less than 0.1 SBU
fop-2.3, libxslt-1.1.33, xmlto-0.0.28 and asciidoc-8.6.9 (to build additional documentation)
There is a reciprocal dependency with fop-2.3. If you wish to build the documentation, you'll need to re-install the Protocol Headers after the installation is complete and fop-2.3 has been installed.
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/Xorg7ProtocolHeaders
Install xorgproto by running the following commands:
mkdir build && cd build && meson --prefix=$XORG_PREFIX .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install && install -vdm 755 $XORG_PREFIX/share/doc/xorgproto-2019.1 && install -vm 644 ../[^m]*.txt ../PM_spec $XORG_PREFIX/share/doc/xorgproto-2019.1
install -vm 644 ../[^m]*.txt
../PM_spec ...: The meson build system does not
install the text files into /usr/share/doc
. The [^m] part prevents copying the
meson_config.txt
file.
$XORG_PREFIX
/include/GL, $XORG_PREFIX
/include/X11, and $XORG_PREFIX
/share/doc/xorgproto-2019.1
Last updated on 2018-02-18 22:04:14 +0100