diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-03-07 08:21:49 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 09:59:35 -0700 |
commit | dffc073896d60c8fc2b4fa688d48034b717f7b8f (patch) | |
tree | cfb8aa5614318b759fce667fce1dd3af91903d4c /meta-gnome | |
parent | f1dbbb537de29ba2134c691e032356b57ca78f15 (diff) | |
download | meta-openembedded-dffc073896d60c8fc2b4fa688d48034b717f7b8f.tar.gz |
abiword: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/abiword/abiword_3.0.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/abiword/abiword_3.0.2.bb b/meta-gnome/recipes-gnome/abiword/abiword_3.0.2.bb index 2a13e4839..1d92b0410 100644 --- a/meta-gnome/recipes-gnome/abiword/abiword_3.0.2.bb +++ b/meta-gnome/recipes-gnome/abiword/abiword_3.0.2.bb | |||
@@ -38,7 +38,9 @@ SRC_URI[sha256sum] = "afbfd458fd02989d8b0c6362ba8a4c14686d89666f54cfdb5501bd2090 | |||
38 | #want 3.x from 3.x.y for the installation directory | 38 | #want 3.x from 3.x.y for the installation directory |
39 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | 39 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" |
40 | 40 | ||
41 | inherit autotools-brokensep pkgconfig | 41 | inherit distro_features_check autotools-brokensep pkgconfig |
42 | |||
43 | REQUIRED_DISTRO_FEATURES = "x11" | ||
42 | 44 | ||
43 | PACKAGECONFIG ??= " \ | 45 | PACKAGECONFIG ??= " \ |
44 | collab-backend-xmpp collab-backend-tcp \ | 46 | collab-backend-xmpp collab-backend-tcp \ |