diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-11 12:59:20 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-11 12:59:20 +0000 |
commit | 182d2a532928f86215ffe8d15d8169d9b1a1a227 (patch) | |
tree | 83a267145232a0faaabf0955efce68b603f36ed7 | |
parent | 62c681cecac410a19ff99a6520ce05851bb75a6f (diff) |
- build imlib2-native without xlib support
- add imlib2-fbonly
BKrev: 411a1828n00kQ7EKAFFAt1QPrerNkA
-rw-r--r-- | imlib2/imlib2-fbonly_1.1.0.oe | 0 | ||||
-rw-r--r-- | imlib2/imlib2-native_1.1.0.oe | 3 |
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}" |