mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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>
This commit is contained in:
committed by
Koen Kooi
parent
38d6fd030b
commit
22cede3ee0
@@ -2,7 +2,7 @@ DESCRIPTION = "Automatic management of removable drives and media for thunar"
|
|||||||
SECTION = "x11"
|
SECTION = "x11"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||||
DEPENDS = "exo gtk+ libxfce4ui libxfce4util xfconf libnotify"
|
DEPENDS = "exo gtk+ libxfce4ui libxfce4util xfconf libnotify udev"
|
||||||
|
|
||||||
inherit xfce
|
inherit xfce
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user