diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2016-11-22 15:31:09 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-23 15:24:50 +0100 |
commit | 464e4d4033d093ee4b2feb4d512693b0526dd41c (patch) | |
tree | 0c1625530fa4da6a6f660e3bf57a54a0be03a21c /meta-xfce | |
parent | 3d15aede4bbf8fa0850a469056ba08ebe8647d1e (diff) | |
download | meta-openembedded-464e4d4033d093ee4b2feb4d512693b0526dd41c.tar.gz |
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>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb index 215aec32b..a24720603 100644 --- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb +++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb | |||
@@ -5,7 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" | |||
5 | DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus dbus-glib xfconf polkit" | 5 | DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus dbus-glib xfconf polkit" |
6 | RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth upower" | 6 | RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth upower" |
7 | 7 | ||
8 | inherit xfce update-alternatives | 8 | inherit xfce update-alternatives distro_features_check |
9 | |||
10 | REQUIRED_DISTRO_FEATURES = "x11" | ||
9 | 11 | ||
10 | SRC_URI[md5sum] = "f4921fb2e606e74643daf1212263076c" | 12 | SRC_URI[md5sum] = "f4921fb2e606e74643daf1212263076c" |
11 | SRC_URI[sha256sum] = "97d7f2a2d0af7f3623b68d1f04091e02913b28f9555dab8b0d26c8a1299d08fd" | 13 | SRC_URI[sha256sum] = "97d7f2a2d0af7f3623b68d1f04091e02913b28f9555dab8b0d26c8a1299d08fd" |