diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2016-11-22 15:31:04 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-23 15:24:49 +0100 |
commit | 3fe63ec698a83237fbe826f78f286c44cf2846b9 (patch) | |
tree | 43524bab8778164b836bffc4cc96552b52cee18a /meta-xfce | |
parent | 567a718393df7d8388b5d2705e7968966521f684 (diff) | |
download | meta-openembedded-3fe63ec698a83237fbe826f78f286c44cf2846b9.tar.gz |
thunar: add x11 to REQUIRED_DISTRO_FEATURES
thunar depends on gtk+, libsm and xfce4-panel which
require 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/thunar/thunar_1.6.10.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb index 148592481..90fd788b2 100644 --- a/meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb | |||
@@ -4,7 +4,9 @@ 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+ gdk-pixbuf libxfce4util libxfce4ui xfconf libsm dbus-glib startup-notification libnotify xfce4-panel udev" | 5 | DEPENDS = "exo glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui xfconf libsm dbus-glib startup-notification libnotify xfce4-panel udev" |
6 | 6 | ||
7 | inherit xfce | 7 | inherit xfce distro_features_check |
8 | |||
9 | REQUIRED_DISTRO_FEATURES = "x11" | ||
8 | 10 | ||
9 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2" | 11 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2" |
10 | SRC_URI[md5sum] = "3089e1dca6e408641b07cd9c759dea5e" | 12 | SRC_URI[md5sum] = "3089e1dca6e408641b07cd9c759dea5e" |