diff options
-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" |