[Lunar-commits] <moonbase> kdebindings4: an adjustment to DEPENDS and BUILD.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Aug 15 18:40:34 CEST 2009


commit f37b49adc7ddf17de76b2c4b3a403314cb6e3112
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Aug 15 12:40:34 2009 -0400

    kdebindings4: an adjustment to DEPENDS and BUILD.
---
 kde4/base/kdebindings4/BUILD   |    3 ++-
 kde4/base/kdebindings4/DEPENDS |    6 +++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/kde4/base/kdebindings4/BUILD b/kde4/base/kdebindings4/BUILD
index 9ae59ee..82ec44a 100644
--- a/kde4/base/kdebindings4/BUILD
+++ b/kde4/base/kdebindings4/BUILD
@@ -9,7 +9,8 @@
   cd $KDE4_BUILD_DIR &&
 
   cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
-                           -DENABLE_QYOTO=off -DCMAKE_BUILD_TYPE=RELEASE &&
+                           -DENABLE_QYOTO=off -DCMAKE_BUILD_TYPE=RELEASE \
+                           $OPTS &&
 
   default_make
 
diff --git a/kde4/base/kdebindings4/DEPENDS b/kde4/base/kdebindings4/DEPENDS
index 34a7cc4..6532408 100644
--- a/kde4/base/kdebindings4/DEPENDS
+++ b/kde4/base/kdebindings4/DEPENDS
@@ -1,6 +1,10 @@
 depends kdebase4
 
-optional_depends "ruby"        "" "" "for ruby bindings"
+optional_depends "%PHP"        "-DENABLE_PHP-QT=on" "-DENABLE_PHP-QT=off"  "for php scripting support"
+
+optional_depends "ruby"        "-DENABLE_QTRUBY=on -DENABLE_KROSSRUBY=n" "-DENABLE_QTRUBY=off" \
+                                "for ruby bindings"
+
 optional_depends "PyQt4"       "" "" "for KDE4 python bindings"
 optional_depends "qscintilla2" "" "" "for additional binding support"
 optional_depends "gtk-sharp"   "" "" "for mono support"


More information about the Lunar-commits mailing list