diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-03-07 08:34:02 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 09:59:35 -0700 |
commit | 5f248f9398cbccbf7e94df625afd13545339e69f (patch) | |
tree | 6bb7dbd8e19abd74a2624345cd18cf8eaee53605 /meta-gnome | |
parent | 186f46130ab96953165c72eb03773d2415d9a701 (diff) | |
download | meta-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.bb | 4 |
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" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" | 3 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" |
4 | SECTION = "x11/gnome/libs" | 4 | SECTION = "x11/gnome/libs" |
5 | 5 | ||
6 | inherit gnomebase gtk-doc | 6 | inherit distro_features_check gnomebase gtk-doc |
7 | |||
8 | REQUIRED_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' |