[Lunar-commits] r21149 - moonbase/trunk/zbeta/bmpx

Chad Kittel v3rt1g0 at lunar-linux.org
Sun Aug 27 14:30:05 UTC 2006


Author: v3rt1g0
Date: 2006-08-27 14:30:05 +0000 (Sun, 27 Aug 2006)
New Revision: 21149

Added:
   moonbase/trunk/zbeta/bmpx/BUILD
Modified:
   moonbase/trunk/zbeta/bmpx/DEPENDS
Log:
  Misc Tidy: bmpx (0.20.3)

   * add proper depends check for libSM (from XOrg7)
   * add a BUILD so that we can be sure debugging params
     are off for the compile


Added: moonbase/trunk/zbeta/bmpx/BUILD
===================================================================
--- moonbase/trunk/zbeta/bmpx/BUILD	                        (rev 0)
+++ moonbase/trunk/zbeta/bmpx/BUILD	2006-08-27 14:30:05 UTC (rev 21149)
@@ -0,0 +1,8 @@
+(
+
+  OPTS="$OPTS --disable-profile --disable-debug \
+              --disable-testing-code  --enable-gui"
+
+  default_build
+
+) > $C_FIFO 2>&1

Modified: moonbase/trunk/zbeta/bmpx/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/bmpx/DEPENDS	2006-08-27 12:45:43 UTC (rev 21148)
+++ moonbase/trunk/zbeta/bmpx/DEPENDS	2006-08-27 14:30:05 UTC (rev 21149)
@@ -24,5 +24,8 @@
                                "--disable-libnotify"               \
                                "for notification-daemon support"   &&
 
+optional_depends  "libSM"      "--enable-sm"      "--disable-sm"   \
+                  "for Session Mangement support (XOrg 7.x only)"  &&
+
 optional_depends  "hal"        "--enable-hal"     "--disable-hal"  \
                   "for enabling the use of HAL in managing storage"



More information about the Lunar-commits mailing list