diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-09-17 00:36:44 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-23 15:39:43 +0200 |
| commit | e7d08ccb85e752b7a3b4880b0a2ed46c9e296d74 (patch) | |
| tree | 7d5ac1c6be38373e98780b2033c684418296bf2a | |
| parent | 8b806fd27cda93cbd6af2d8547a605be0d96ac72 (diff) | |
| download | meta-openembedded-e7d08ccb85e752b7a3b4880b0a2ed46c9e296d74.tar.gz | |
thunar-volman: replace udev by libgudev in DEPENDS
fixes:
| 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
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb index 6e63bef664..08e6f5be2b 100644 --- a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb +++ b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "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 glib-2.0 gtk+ libxfce4ui libxfce4util xfconf libnotify udev" | 5 | DEPENDS = "exo glib-2.0 gtk+ libxfce4ui libxfce4util xfconf libnotify libgudev" |
| 6 | 6 | ||
| 7 | inherit xfce | 7 | inherit xfce |
| 8 | 8 | ||
