summaryrefslogtreecommitdiff
path: root/recipes-gnome
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-02-18 11:06:40 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 13:46:01 +0100
commitbe00591a61de6b83da8c0b42be12f8176bac1c79 (patch)
treec7889ac27da45f6b19733da2e8b817d7a6a63cf3 /recipes-gnome
parentdcadcf4146dfb958a0ed342f11fb520d5fee765f (diff)
gvfs: add libusb to depends
Without gphoto libusb is otherwise not available and configure fails. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-gnome')
-rw-r--r--recipes-gnome/gvfs/gvfs_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-gnome/gvfs/gvfs_%.bbappend b/recipes-gnome/gvfs/gvfs_%.bbappend
index 1aaa122..784fe04 100644
--- a/recipes-gnome/gvfs/gvfs_%.bbappend
+++ b/recipes-gnome/gvfs/gvfs_%.bbappend
@@ -1,4 +1,4 @@
#do not build with libgphoto2
PACKAGECONFIG_remove = "libgphoto2"
-DEPENDS += "udev"
+DEPENDS_append = " udev libusb1"