Xorg7/libdrm

From CBLFS
Revision as of 15:16, 10 October 2006 by 71.127.203.201 (talk)
Jump to navigationJump to search
Download Source: http://dri.freedesktop.org/libdrm/libdrm-2.0.2.tar.bz2
Download Source: http://dri.freedesktop.org/libdrm/libdrm-2.0.2.tar.gz

Back to the Xorg Libraries

libdrm

Userspace interface to kernel Direct Rendering Module (DRM) services are provided by libdrm.

Non-Multilib

Compile the package:

./configure $XORG_CONFIG &&
make

Install the package:

make install

Multilib

32-bit

Compile the package:

CC="gcc ${BUILD32}" ./configure $XORG_CONFIG32 &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" ./configure $XORG_CONFIGN32 &&
make

Install the package:

make install

64-bit

Compile the package:

CC="gcc ${BUILD64}" ./configure $XORG_CONFIG64 &&
make

Install the package:

make install

Forward to MesaLib