From: Michael Lauer Date: Wed, 11 Aug 2004 12:59:20 +0000 (+0000) Subject: - build imlib2-native without xlib support X-Git-Tag: Release-2010-05/1~17713 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=182d2a532928f86215ffe8d15d8169d9b1a1a227;p=openembedded.git - build imlib2-native without xlib support - add imlib2-fbonly BKrev: 411a1828n00kQ7EKAFFAt1QPrerNkA --- diff --git a/imlib2/imlib2-fbonly_1.1.0.oe b/imlib2/imlib2-fbonly_1.1.0.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/imlib2/imlib2-native_1.1.0.oe b/imlib2/imlib2-native_1.1.0.oe index b748ec062d..297db95adc 100644 --- a/imlib2/imlib2-native_1.1.0.oe +++ b/imlib2/imlib2-native_1.1.0.oe @@ -1,6 +1,7 @@ include imlib2_${PV}.oe inherit native -DEPENDS = "freetype-native x11-native xext-native" +DEPENDS = "freetype-native" +EXTRA_OECONF = "--without-x" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/imlib2-${PV}"