[Lunar-commits] <moonbase> libdrm: dep build fixes for mesa-lib

Zbigniew Luszpinski zbiggy at lunar-linux.org
Tue May 17 00:03:22 CEST 2011


commit 66d6e0d9709ed86ea1a33bca6d56cfb7ba58ce2a
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Tue May 17 00:03:22 2011 +0200

    libdrm: dep build fixes for mesa-lib
---
 xorg7/extra/libdrm/BUILD |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/xorg7/extra/libdrm/BUILD b/xorg7/extra/libdrm/BUILD
index 6a33da2..09348f9 100644
--- a/xorg7/extra/libdrm/BUILD
+++ b/xorg7/extra/libdrm/BUILD
@@ -1,6 +1,6 @@
 (
 
-  OPTS+=" --enable-udev --enable-libkms --disable-radeon --disable-intel"  &&
+  OPTS+=" --enable-udev "  &&
 
   # Detect VMware VGA virtual 3D card and add driver for it
   # (returns exit code 1, if no VGA, so no && at end of line!)
@@ -11,12 +11,6 @@
   if [[ $VGA == *nVidia* ]] ; then
      OPTS+=" --enable-nouveau-experimental-api"
   fi &&
-  if [[ $VGA == *Intel* ]] ; then
-     OPTS=${OPTS//disable-intel/enable-intel}
-  fi &&
-  if [[ $VGA == *ATI* ]] ; then
-     OPTS=${OPTS//disable-radeon/enable-radeon}
-  fi &&
 
   default_build
 


More information about the Lunar-commits mailing list