diff options
| author | Armin Kuster <akuster808@gmail.com> | 2018-03-06 16:48:05 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 09:59:32 -0700 |
| commit | 679993691c0cdb32cb81f600d173c99c45ec6f14 (patch) | |
| tree | c6efeb2ca32f9951e8bdfe09ca311d7b4d174540 /meta-oe/recipes-graphics | |
| parent | fe300c57a3556b7d850c91522c8415bd05458fbd (diff) | |
| download | meta-openembedded-679993691c0cdb32cb81f600d173c99c45ec6f14.tar.gz | |
pangomm: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
| -rw-r--r-- | meta-oe/recipes-graphics/pango/pangomm_2.40.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.40.1.bb b/meta-oe/recipes-graphics/pango/pangomm_2.40.1.bb index 02bb1cc93d..e0f72cd58a 100644 --- a/meta-oe/recipes-graphics/pango/pangomm_2.40.1.bb +++ b/meta-oe/recipes-graphics/pango/pangomm_2.40.1.bb | |||
| @@ -12,7 +12,9 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/pangomm/${SHRT_VER}/pangomm-${ | |||
| 12 | SRC_URI[md5sum] = "874eadd9434613dbacf0272c82c3ac23" | 12 | SRC_URI[md5sum] = "874eadd9434613dbacf0272c82c3ac23" |
| 13 | SRC_URI[sha256sum] = "9762ee2a2d5781be6797448d4dd2383ce14907159b30bc12bf6b08e7227be3af" | 13 | SRC_URI[sha256sum] = "9762ee2a2d5781be6797448d4dd2383ce14907159b30bc12bf6b08e7227be3af" |
| 14 | 14 | ||
| 15 | inherit autotools pkgconfig | 15 | inherit distro_features_check autotools pkgconfig |
| 16 | |||
| 17 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 16 | 18 | ||
| 17 | EXTRA_OECONF = " --disable-documentation " | 19 | EXTRA_OECONF = " --disable-documentation " |
| 18 | 20 | ||
