diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2016-11-22 15:31:12 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2016-11-29 08:22:23 -0800 |
commit | f98f05a6a2c941cc7514cbc9c0057f66663ebde3 (patch) | |
tree | 32f16e7d1eecf4cd42e8636d177e887b8e31d56f | |
parent | 091314223aa90dec05d3f7c3e808a0854c6ec4cd (diff) | |
download | meta-openembedded-f98f05a6a2c941cc7514cbc9c0057f66663ebde3.tar.gz |
xfwm4: add x11 to REQUIRED_DISTRO_FEATURES
xfwm4 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 671c597a8a21c251a0b87a4a28bfdd5a3e9ffd4f)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.3.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.3.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.3.bb index 41daa002c4..ad70860c0f 100644 --- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.3.bb +++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.3.bb | |||
@@ -4,7 +4,9 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855" |
5 | DEPENDS = "virtual/libx11 libxpm gtk+ libxfce4util libxfce4ui xfconf libwnck dbus-glib startup-notification exo-native" | 5 | DEPENDS = "virtual/libx11 libxpm gtk+ libxfce4util libxfce4ui xfconf libwnck dbus-glib startup-notification exo-native" |
6 | 6 | ||
7 | inherit xfce update-alternatives | 7 | inherit xfce update-alternatives distro_features_check |
8 | |||
9 | REQUIRED_DISTRO_FEATURES = "x11" | ||
8 | 10 | ||
9 | SRC_URI += "file://0001-don-t-block-display-events-when-time-is-set-backward.patch" | 11 | SRC_URI += "file://0001-don-t-block-display-events-when-time-is-set-backward.patch" |
10 | SRC_URI[md5sum] = "197ef087ca6a263627f1bea6d5a79d6f" | 12 | SRC_URI[md5sum] = "197ef087ca6a263627f1bea6d5a79d6f" |