diff options
author | Andreas Müller <schnitzeltony@gmx.de> | 2011-09-02 14:22:45 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-02 09:09:52 +0200 |
commit | 22cede3ee0edeb203ebe42bfb805ee8b7d6dddfa (patch) | |
tree | ae96972a022f897d702bf21298c239098ebb3e33 /meta-xfce | |
parent | 38d6fd030bf6a72e74ce5b6c998d2063f38d2007 (diff) | |
download | meta-openembedded-22cede3ee0edeb203ebe42bfb805ee8b7d6dddfa.tar.gz |
thunar-volman: Add udev to DEPENDS
With fresh tmp-dir bitbake thunar-volman failed with
| checking for gudev-1.0 >= 145... not found
| *** The required package gudev-1.0 was not found on your system.
| *** Please install gudev-1.0 (atleast version 145) or adjust
| *** the PKG_CONFIG_PATH environment variable if you
| *** installed the package in a nonstandard prefix so that
| *** pkg-config is able to find it.
| + bbfatal 'oe_runconf failed'
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.6.0.bb b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.6.0.bb index 377561ccc..c581d7882 100644 --- a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.6.0.bb +++ b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.6.0.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Automatic management of removable drives and media for thunar" | |||
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 gtk+ libxfce4ui libxfce4util xfconf libnotify" | 5 | DEPENDS = "exo gtk+ libxfce4ui libxfce4util xfconf libnotify udev" |
6 | 6 | ||
7 | inherit xfce | 7 | inherit xfce |
8 | 8 | ||