aboutsummaryrefslogtreecommitdiffstats
path: root/imlib2/imlib2-fbonly_1.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'imlib2/imlib2-fbonly_1.1.0.bb')
-rw-r--r--imlib2/imlib2-fbonly_1.1.0.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/imlib2/imlib2-fbonly_1.1.0.bb b/imlib2/imlib2-fbonly_1.1.0.bb
index e69de29bb2..5192a88888 100644
--- a/imlib2/imlib2-fbonly_1.1.0.bb
+++ b/imlib2/imlib2-fbonly_1.1.0.bb
@@ -0,0 +1,9 @@
+SECTION = "libs"
+include imlib2_${PV}.bb
+inherit native
+DEPENDS = "freetype"
+
+EXTRA_OECONF = "--without-x \
+ --disable-mmx"
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/imlib2-${PV}"