From 182d2a532928f86215ffe8d15d8169d9b1a1a227 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 11 Aug 2004 12:59:20 +0000 Subject: [PATCH] - build imlib2-native without xlib support - add imlib2-fbonly BKrev: 411a1828n00kQ7EKAFFAt1QPrerNkA --- imlib2/imlib2-fbonly_1.1.0.oe | 0 imlib2/imlib2-native_1.1.0.oe | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 imlib2/imlib2-fbonly_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 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}" -- 2.39.5