mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
thunar-volman: add x11 to REQUIRED_DISTRO_FEATURES
thunar-volman depends on gtk+ and libxfce4ui which
require x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
(cherry picked from commit b1f1aeac93)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
a905a4bc53
commit
f470662daa
@@ -4,7 +4,9 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
DEPENDS = "exo glib-2.0 gtk+ libxfce4ui libxfce4util xfconf libnotify libgudev"
|
||||
|
||||
inherit xfce
|
||||
inherit xfce distro_features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
SRC_URI += "file://0001-Fix-return-with-no-value-in-function-returning-non-v.patch"
|
||||
SRC_URI[md5sum] = "65ab6e05b2e808d1dcc8d36683a59b7e"
|
||||
|
||||
Reference in New Issue
Block a user