summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb4
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
13BBCLASSEXTEND = "native" 13BBCLASSEXTEND = "native"
14 14
15inherit autotools pkgconfig 15inherit distro_features_check autotools pkgconfig
16
17REQUIRED_DISTRO_FEATURES = "x11"
16 18
17SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/${BPN}/${PV}/${BPN}-${PV}.tar.gz;name=tarball \ 19SRC_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 \