Contents
$XORG_PREFIX
/include/drm
libdrm provides core library routines for the X Window System to directly interface with video hardware using the Linux kernel's Direct Rendering Modules.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://dri.freedesktop.org/libdrm/libdrm-2.4.27.tar.bz2
Download MD5 sum: 0fba4f42735cd3d24dd7a8cde0023fbd
Download size: 484 KB
Estimated disk space required: 7.1 MB
Estimated build time: less than 0.1 SBU
libpthread-stubs-0.3 and libatomic_ops-1.2 (required on x86 only)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libdrm
Install libdrm by running the following commands:
./configure --prefix=$XORG_PREFIX && make
To check the results, issue make check. Note that some tests may fail depending on the video hardware installed in the machine.
Now, as the root
user:
make install
--with-nouveau-experimental-api
: This
parameter enables use of nouveau's experimental kernel API
(required for ATI r300 and r660 cards).
--enable-vmwgfx-experimental-api
:
This parameter enables use of vmwgfx's experimental kernel api.
$XORG_PREFIX
/include/drm
Last updated on 2011-12-06 19:16:56 +0000