gvfs: Don't refer to the host system (samba includes, gawk).
authorStanislav Brabec <utx@penguin.cz>
Sat, 18 Apr 2009 19:47:22 +0000 (19:47 +0000)
committerutx@penguin.cz <utx@penguin.cz>
Sat, 18 Apr 2009 19:47:22 +0000 (19:47 +0000)
recipes/gnome/gvfs_1.2.1.bb

index 399cce6..ba27418 100644 (file)
@@ -1,10 +1,10 @@
 DESCRIPTION = "gvfs is a userspace virtual filesystem"
 LICENSE = "LGPL"
-DEPENDS = "gnome-keyring glib-2.0 obexftp fuse avahi fuse hal gconf-dbus samba gphoto2"
+DEPENDS = "gawk-native gnome-keyring glib-2.0 obexftp fuse avahi fuse hal gconf-dbus samba gphoto2"
 
 inherit gnome
 
-EXTRA_OECONF = "--enable-samba  --with-archive-includes=${STAGING_INCDIR}"
+EXTRA_OECONF = "--enable-samba  --with-archive-includes=${STAGING_INCDIR} --with-samba-includes=${STAGING_INCDIR}"
 
 PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash"