[Lunar-commits] CVS: moonbase/distributed/distcc DEPENDS,1.3,1.4
Chad Kittel
v3rt1g0 at lunar-linux.org
Mon Mar 14 01:00:50 UTC 2005
Update of /var/cvs/lunar/moonbase/distributed/distcc
In directory espresso.foo-projects.org:/tmp/cvs-serv10745
Modified Files:
DEPENDS
Log Message:
Tweak the depends to allow the installing of the GTK+-2 version of the
compile monitor. It is still called distccmon-gnome but doesn't use any of
the gnome libs.
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/distributed/distcc/DEPENDS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DEPENDS 22 Mar 2004 16:38:48 -0000 1.3
+++ DEPENDS 14 Mar 2005 01:00:47 -0000 1.4
@@ -1,4 +1,6 @@
-depends popt &&
-optional_depends libgnomeui "--with-gnome" \
- "" \
- "to compile gnome compile monitor"
+depends popt &&
+
+optional_depends gtk+-2 "--with-gtk" "" \
+ "build the GTK+-2 based compile monitor" &&
+optional_depends libgnomeui "--with-gnome" "" \
+ "build the Gnome based compile monitor"
More information about the Lunar-commits
mailing list