- build imlib2-native without xlib support
authorMichael Lauer <mickey@vanille-media.de>
Wed, 11 Aug 2004 12:59:20 +0000 (12:59 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 11 Aug 2004 12:59:20 +0000 (12:59 +0000)
- add imlib2-fbonly

BKrev: 411a1828n00kQ7EKAFFAt1QPrerNkA

imlib2/imlib2-fbonly_1.1.0.oe [new file with mode: 0644]
imlib2/imlib2-native_1.1.0.oe

diff --git a/imlib2/imlib2-fbonly_1.1.0.oe b/imlib2/imlib2-fbonly_1.1.0.oe
new file mode 100644 (file)
index 0000000..e69de29
index b748ec0..297db95 100644 (file)
@@ -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}"