Xorg Protocol Headers

Introduction to Xorg Protocol Headers

The Xorg protocol headers provide the header files required to build the 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-7.0 platform.

Package Information

Additional Downloads

Xorg Protocol Headers Dependencies

Required

util-macros-1.15.0

Optional

FOP-1.0 and xmlto-0.0.23 (to build additional documentation)

[Note]

Note

There is a reciprocal dependency with FOP-1.0. If you wish to build the documentation, you'll need to re-install the Protocol Headers after the installation is complete and FOP-1.0 has been installed.

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/Xorg7ProtocolHeaders

Downloading Xorg Protocol Headers

To download the needed files using wget, use the following commands:

mkdir proto &&
cd proto &&
grep -v '^#' ../proto-7.6-2.wget | wget -i- -c \
    -B http://xorg.freedesktop.org/releases/individual/proto/ &&
md5sum -c ../proto-7.6-2.md5

Installation of Xorg Protocol Headers

Install the Xorg protocol headers by running the following commands for each package to be installed.

./configure $XORG_CONFIG

These packages do not provide test suites.

Now as the root user:

make install

Contents

Installed Programs: None
Installed Libraries: None
Installed Directories: The following subdirectories of $XORG_PREFIX/: include/X11, include/GL, and lib/pkgconfig

Last updated on 2011-12-06 19:16:56 +0000