diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2014-10-08 17:27:20 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-10 12:47:35 +0200 |
commit | f8cc8701b33351bec58bd35d6816d26d8c2b9d00 (patch) | |
tree | ef44efe2ad8c27436125035739fe455ccc901429 /meta-xfce/recipes-xfce/thunar | |
parent | ecc1d76333d3dac3169281a40e50cb16af90cfc1 (diff) | |
download | meta-openembedded-f8cc8701b33351bec58bd35d6816d26d8c2b9d00.tar.gz |
thunar: add udev to DEPENDS
WARNING: QA Issue: thunar requires libgudev-1.0.so.0, but no providers in its RDEPENDS [file-rdeps]
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/thunar')
-rw-r--r-- | meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb index 3feb242c4d..36c5ed07eb 100644 --- a/meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "File manager for the Xfce Desktop Environment" | |||
2 | SECTION = "x11" | 2 | SECTION = "x11" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | DEPENDS = "exo glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify xfce4-panel" | 5 | DEPENDS = "exo glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify xfce4-panel udev" |
6 | 6 | ||
7 | inherit xfce | 7 | inherit xfce |
8 | 8 | ||