Difference between revisions of "Xorg7/libdrm"

From CBLFS
Jump to navigationJump to search
 
Line 9: Line 9:
 
|}
 
|}
  
Back to the [[Xorg7/Libraries|Libraries]]
+
Back to the Xorg [[Xorg7/Libraries|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===
 +
 +
===N32===
 +
 +
===64-bit===
 
Forward to [[Xorg7/MesaLib|MesaLib]]
 
Forward to [[Xorg7/MesaLib|MesaLib]]

Revision as of 21:03, 24 September 2006

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

N32

64-bit

Forward to MesaLib