diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-07-09 17:49:25 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-07-16 21:09:09 +0200 |
| commit | 1096c5e4ae5c06540a2679ccc601ce32951eb21d (patch) | |
| tree | 2cbf9ea11299845ea6a26d576ef0d1f5614c0d6f | |
| parent | fdd88fc1b5e73545629f68970418a0f677b449c0 (diff) | |
| download | meta-openembedded-1096c5e4ae5c06540a2679ccc601ce32951eb21d.tar.gz | |
fontforge: add x11 to REQUIRED_DISTRO_FEATURES for target build which depends on libxi
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb index 72020db924..a2d6cc61ed 100644 --- a/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb +++ b/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb | |||
| @@ -6,10 +6,11 @@ LIC_FILES_CHKSUM = " \ | |||
| 6 | file://LICENSE;md5=71d636ba7678baa1573e1b531041386e \ | 6 | file://LICENSE;md5=71d636ba7678baa1573e1b531041386e \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | inherit autotools pkgconfig pythonnative | 9 | inherit autotools pkgconfig pythonnative distro_features_check |
| 10 | 10 | ||
| 11 | DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool" | 11 | DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool" |
| 12 | DEPENDS_append_class-target = " libxi" | 12 | DEPENDS_append_class-target = " libxi" |
| 13 | REQUIRED_DISTRO_FEATURES_append_class-target = " x11" | ||
| 13 | 14 | ||
| 14 | SRC_URI = "https://github.com/${BPN}/${BPN}/archive/${PV}.tar.gz" | 15 | SRC_URI = "https://github.com/${BPN}/${BPN}/archive/${PV}.tar.gz" |
| 15 | SRC_URI[md5sum] = "0d6f5112c4e5689087339a94aceadf77" | 16 | SRC_URI[md5sum] = "0d6f5112c4e5689087339a94aceadf77" |
