mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-18 08:42:58 +00:00
xfce4-session: add x11 to REQUIRED_DISTRO_FEATURES
xfce4-session depends on virtual/libx11 so it requires 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 464e4d4033d093ee4b2feb4d512693b0526dd41c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
a7033bf685
commit
fbb8993f47
@ -5,7 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
|
|||||||
DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus dbus-glib xfconf polkit"
|
DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus dbus-glib xfconf polkit"
|
||||||
RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth upower"
|
RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth upower"
|
||||||
|
|
||||||
inherit xfce update-alternatives
|
inherit xfce update-alternatives distro_features_check
|
||||||
|
|
||||||
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "f4921fb2e606e74643daf1212263076c"
|
SRC_URI[md5sum] = "f4921fb2e606e74643daf1212263076c"
|
||||||
SRC_URI[sha256sum] = "97d7f2a2d0af7f3623b68d1f04091e02913b28f9555dab8b0d26c8a1299d08fd"
|
SRC_URI[sha256sum] = "97d7f2a2d0af7f3623b68d1f04091e02913b28f9555dab8b0d26c8a1299d08fd"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user