summaryrefslogtreecommitdiff
path: root/recipes-gnome/gvfs/gvfs_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-gnome/gvfs/gvfs_%.bbappend')
-rw-r--r--recipes-gnome/gvfs/gvfs_%.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-gnome/gvfs/gvfs_%.bbappend b/recipes-gnome/gvfs/gvfs_%.bbappend
new file mode 100644
index 0000000..ba404cd
--- /dev/null
+++ b/recipes-gnome/gvfs/gvfs_%.bbappend
@@ -0,0 +1,6 @@
+#do not build with smb/samba
+PACKAGECONFIG_remove = "samba"
+#do not build with libgphoto2
+PACKAGECONFIG_remove = "libgphoto2"
+
+DEPENDS += "udev"