diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-19 13:36:52 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-19 13:36:52 +0200 |
commit | a6f5ece4e7aa57127bfb0cfe6ccdabb98e70e8fb (patch) | |
tree | 9884eb435020cfebf6505cee7e2d74368bbc753e /recipes/gnome | |
parent | f7915fe7e90752b77438bab028cb5658edc13fea (diff) | |
parent | 90deb9f866f17181f3cc4296e0b8d5de5187609e (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | recipes/gnome/gvfs_1.2.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gnome/gvfs_1.2.1.bb b/recipes/gnome/gvfs_1.2.1.bb index 399cce67e7..ba27418e29 100644 --- a/recipes/gnome/gvfs_1.2.1.bb +++ b/recipes/gnome/gvfs_1.2.1.bb @@ -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" |