aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-12-05 17:36:51 +0100
committerKoen Kooi <koen@openembedded.org>2008-12-05 17:36:51 +0100
commit57e22af450429135ceb2a22158557bf354bdb27c (patch)
treeae19f54568d6d4c70b243ccca1d98bce01957ff3 /packages/gnome
parent605df8cc5a1a3afc3cb0fb6c73c305165e83f89e (diff)
downloadopenembedded-57e22af450429135ceb2a22158557bf354bdb27c.tar.gz
gvfs: fix QA issue in configure
* the check for archive.h looks in /usr/include by default
Diffstat (limited to 'packages/gnome')
-rw-r--r--packages/gnome/gvfs_1.0.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gnome/gvfs_1.0.3.bb b/packages/gnome/gvfs_1.0.3.bb
index 8e27d6d148..c44ba1692f 100644
--- a/packages/gnome/gvfs_1.0.3.bb
+++ b/packages/gnome/gvfs_1.0.3.bb
@@ -5,7 +5,7 @@ PR = "r0"
inherit gnome
-EXTRA_OECONF = "--disable-samba"
+EXTRA_OECONF = "--disable-samba --with-archive-includes=${STAGING_INCDIR}"
PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash"