summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-03-07 08:34:02 -0800
committerArmin Kuster <akuster808@gmail.com>2018-03-12 09:59:35 -0700
commit5f248f9398cbccbf7e94df625afd13545339e69f (patch)
tree6bb7dbd8e19abd74a2624345cd18cf8eaee53605 /meta-gnome
parent186f46130ab96953165c72eb03773d2415d9a701 (diff)
downloadmeta-openembedded-5f248f9398cbccbf7e94df625afd13545339e69f.tar.gz
libgnomecanvas: 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/libgnome/libgnomecanvas_2.30.3.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb
index 41a89cede..f21cc5ed9 100644
--- a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb
+++ b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb
@@ -3,7 +3,9 @@ LICENSE = "LGPLv2"
3LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" 3LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
4SECTION = "x11/gnome/libs" 4SECTION = "x11/gnome/libs"
5 5
6inherit gnomebase gtk-doc 6inherit distro_features_check gnomebase gtk-doc
7
8REQUIRED_DISTRO_FEATURES = "x11"
7 9
8# intltool to provide IT_PROG_INTLTOOL 10# intltool to provide IT_PROG_INTLTOOL
9# configure: line 12654: syntax error near unexpected token `0.35.0' 11# configure: line 12654: syntax error near unexpected token `0.35.0'