gvfs: fix QA issue in configure
authorKoen Kooi <koen@openembedded.org>
Fri, 5 Dec 2008 16:36:51 +0000 (17:36 +0100)
committerKoen Kooi <koen@openembedded.org>
Fri, 5 Dec 2008 16:36:51 +0000 (17:36 +0100)
* the check for archive.h looks in /usr/include by default

packages/gnome/gvfs_1.0.3.bb

index 8e27d6d..c44ba16 100644 (file)
@@ -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"