aboutsummaryrefslogtreecommitdiffstats
path: root/imlib2
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-08-11 12:59:20 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-08-11 12:59:20 +0000
commit182d2a532928f86215ffe8d15d8169d9b1a1a227 (patch)
tree83a267145232a0faaabf0955efce68b603f36ed7 /imlib2
parent62c681cecac410a19ff99a6520ce05851bb75a6f (diff)
downloadopenembedded-182d2a532928f86215ffe8d15d8169d9b1a1a227.tar.gz
- build imlib2-native without xlib support
- add imlib2-fbonly BKrev: 411a1828n00kQ7EKAFFAt1QPrerNkA
Diffstat (limited to 'imlib2')
-rw-r--r--imlib2/imlib2-fbonly_1.1.0.oe0
-rw-r--r--imlib2/imlib2-native_1.1.0.oe3
2 files changed, 2 insertions, 1 deletions
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
--- /dev/null
+++ b/imlib2/imlib2-fbonly_1.1.0.oe
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}"