[Lunar-commits] CVS: moonbase/devel/dbus DEPENDS,1.6,1.7
Moritz Heiber
moe at lunar-linux.org
Mon Feb 28 17:52:08 UTC 2005
Update of /var/cvs/lunar/moonbase/devel/dbus
In directory espresso.foo-projects.org:/tmp/cvs-serv8107
Modified Files:
DEPENDS
Log Message:
We need this to prevent dbus from failing
to compile if python is not installed
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/dbus/DEPENDS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DEPENDS 16 Jan 2005 01:40:29 -0000 1.6
+++ DEPENDS 28 Feb 2005 17:52:05 -0000 1.7
@@ -3,5 +3,8 @@
optional_depends "mono" "--enable-mono" "" "for mono/c# bindings" &&
optional_depends "gtk+-2" "--enable-gtk" "" "for Gtk+-2 bindings" &&
-optional_depends "Pyrex" "--enable-python" "" "for Python bindings" &&
+optional_depends "Pyrex" "--enable-python" \
+ "--disable-python" \
+ "for Python bindings" &&
+
optional_depends "qt3" "--enable-qt" "" "for QT bindings"
More information about the Lunar-commits
mailing list