diff options
-rw-r--r-- | meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb b/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb index 8ad5457565..2c31a21c0e 100644 --- a/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb +++ b/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb | |||
@@ -12,7 +12,9 @@ DEPENDS = "freetype libpng jpeg expat gtk+" | |||
12 | 12 | ||
13 | BBCLASSEXTEND = "native" | 13 | BBCLASSEXTEND = "native" |
14 | 14 | ||
15 | inherit autotools pkgconfig | 15 | inherit distro_features_check autotools pkgconfig |
16 | |||
17 | REQUIRED_DISTRO_FEATURES = "x11" | ||
16 | 18 | ||
17 | SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/${BPN}/${PV}/${BPN}-${PV}.tar.gz;name=tarball \ | 19 | SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/${BPN}/${PV}/${BPN}-${PV}.tar.gz;name=tarball \ |
18 | file://libwmf-0.2.8.4-intoverflow.patch \ | 20 | file://libwmf-0.2.8.4-intoverflow.patch \ |