[Lunar-commits] CVS: moonbase/gnome-platform/gnome-vfs2 BUILD, 1.7,
1.8 DEPENDS, 1.5, 1.6
Nick Hudson
nhudson at lunar-linux.org
Wed Mar 30 13:39:32 UTC 2005
Update of /var/cvs/lunar/moonbase/gnome-platform/gnome-vfs2
In directory espresso.foo-projects.org:/tmp/cvs-serv16681/gnome-vfs2
Modified Files:
BUILD DEPENDS
Log Message:
Adding support for howl and gnutls if you want it, also removing fam from the list because fam is no longer used.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome-platform/gnome-vfs2/BUILD,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- BUILD 25 Mar 2005 14:59:21 -0000 1.7
+++ BUILD 30 Mar 2005 13:39:30 -0000 1.8
@@ -6,7 +6,6 @@
--localstatedir=/var \
--infodir=${GNOME210_PREFIX:-/usr}/share/info \
--mandir=${GNOME210_PREFIX:-/usr}/share/man \
- --disable-howl \
$OPTS &&
default_make &&
echo "trash: libvfolder-desktop.so">>${D}/etc/gnome-vfs-2.0/modules/default-modules.conf
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome-platform/gnome-vfs2/DEPENDS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DEPENDS 25 Mar 2005 14:59:21 -0000 1.5
+++ DEPENDS 30 Mar 2005 13:39:30 -0000 1.6
@@ -3,8 +3,9 @@
depends GConf2 &&
depends libxml2 &&
depends gnome-mime-data2 &&
-optional_depends "hal" "" "--disable-hal" "for hal support" &&
+optional_depends "hal" "--enable-hal" "--disable-hal" "for hal support" &&
optional_depends "openssl" "--enable-openssl --with-openssl-includes=/usr/include/openssl --with-openssl-libs=/usr/lib" "--disable-openssl" "for ssl support" &&
-optional_depends "fam" "" "" "for filesystem monitoring" &&
-optional_depends "samba" "--enable-samba --with-samba-includes=/usr/include --with-samba-libs=/usr/lib" "--disable-samba" "for samba support"
+optional_depends "samba" "--enable-samba --with-samba-includes=/usr/include --with-samba-libs=/usr/lib" "--disable-samba" "for samba support" &&
+optional_depends "gnutls" "--enable-gnutls" "--disable-gnutls" "for tls support (use only when saying 'n' to openssl" &&
+optional_depends "howl" "--enable-howl" "--disable-howl" "for howl zeroconf networking support"
More information about the Lunar-commits
mailing list