[Lunar-commits] <moonbase> xorg-server: a tweak to the BUILD. xf86-video-vesa was tanking because it

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Aug 1 23:51:40 CEST 2009


commit acfc58a0aaa7667713ddeec6669faefbbc9bd70e
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Aug 1 17:51:40 2009 -0400

    xorg-server: a tweak to the BUILD. xf86-video-vesa was tanking because it
    
    could not find /usr/include/xorg/xf86Parser.h. While at it thought I would add
    the xcalibrate.
---
 xorg7/xorg-server/BUILD |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/xorg7/xorg-server/BUILD b/xorg7/xorg-server/BUILD
index 1657215..cc16b08 100644
--- a/xorg7/xorg-server/BUILD
+++ b/xorg7/xorg-server/BUILD
@@ -13,8 +13,9 @@
 #  fi &&
 
   OPTS+=" --enable-composite --enable-aiglx \
-         --enable-install-libxf86config \
-         --with-dri-driver-path=${MODULE_PREFIX}/lib/dri" &&
+          --enable-install-libxf86config \
+          --with-dri-driver-path=${MODULE_PREFIX}/lib/dri \
+          --enable-xcalibrate" &&
          #--with-mesa-source=${SOURCE_DIRECTORY}/Mesa-${MESA_VERSION} \
 
   default_build &&


More information about the Lunar-commits mailing list