diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2016-11-22 15:31:01 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-23 15:24:49 +0100 |
commit | c07deeb58d587515a1bb77f2d74cb7cc5a2c8ffb (patch) | |
tree | 5b16297e70f71ea04b4350e03013625886cd668c /meta-xfce/recipes-xfce/garcon | |
parent | 004dab1b3d482b6d87537b32b3482bc4202223d3 (diff) | |
download | meta-openembedded-c07deeb58d587515a1bb77f2d74cb7cc5a2c8ffb.tar.gz |
garcon: add x11 to REQUIRED_DISTRO_FEATURES
garcon depends on libxfce4ui which 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/recipes-xfce/garcon')
-rw-r--r-- | meta-xfce/recipes-xfce/garcon/garcon_0.4.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/garcon/garcon_0.4.0.bb b/meta-xfce/recipes-xfce/garcon/garcon_0.4.0.bb index 81143b5a5..8a3260a62 100644 --- a/meta-xfce/recipes-xfce/garcon/garcon_0.4.0.bb +++ b/meta-xfce/recipes-xfce/garcon/garcon_0.4.0.bb | |||
@@ -4,7 +4,9 @@ LICENSE = "LGPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" |
5 | DEPENDS = "xfce4-dev-tools-native libxfce4util libxfce4ui intltool-native" | 5 | DEPENDS = "xfce4-dev-tools-native libxfce4util libxfce4ui intltool-native" |
6 | 6 | ||
7 | inherit xfce gtk-doc | 7 | inherit xfce gtk-doc distro_features_check |
8 | |||
9 | REQUIRED_DISTRO_FEATURES = "x11" | ||
8 | 10 | ||
9 | SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" | 11 | SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" |
10 | SRC_URI[md5sum] = "aba62b80787aac295083bf7afd419ffb" | 12 | SRC_URI[md5sum] = "aba62b80787aac295083bf7afd419ffb" |