summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-02-10 14:11:13 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-03-14 14:26:29 +0100
commit56d8a0e78588268cece8247edb0c79dfb3df12dd (patch)
tree7ff6f868b6af76c0801d96bc638f1988425c114a
parentcda170960a91ba12ea2e30fa34cb39848d8db515 (diff)
gvfs_1.10.1.bbappend: don't build with gphoto
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r--recipes-gnome/gvfs/gvfs_1.10.1.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-gnome/gvfs/gvfs_1.10.1.bbappend b/recipes-gnome/gvfs/gvfs_1.10.1.bbappend
index a4a7701..3ca104f 100644
--- a/recipes-gnome/gvfs/gvfs_1.10.1.bbappend
+++ b/recipes-gnome/gvfs/gvfs_1.10.1.bbappend
@@ -1,3 +1,7 @@
#do not build with smb/samba
PACKAGECONFIG_remove = "samba"
+#do not build with libgphoto2
+PACKAGECONFIG_remove = "libgphoto2"
+
DEPENDS += "udev"
+