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
commitcbaacf92aa856f316468a2eff04eb9b3dfef9c74 (patch)
tree4df374b0585188096290a6db5cb886aae28ba7c3
parentec76d264e087c059451be0551467c6872c3367f8 (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"
+