summaryrefslogtreecommitdiff
path: root/packages/efl/imlib2-native_20060101.bb
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2006-01-16 20:12:53 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-16 20:12:53 +0000
commitf28138ea966f7852229736197c34b416f2ba450c (patch)
tree8d579dae27a5a5d934bb07764cec7b3fb64eb3cf /packages/efl/imlib2-native_20060101.bb
parent6e217552944efc56513ff6bb1cc6d3218a84ca14 (diff)
parent47cde1bfb6658f5464862c4cf362fac5f5e90cda (diff)
merge of e588b97112ee40d0ed224469b12043a82ffb1366
and e9149816636e3db5bcc9dc0ca532822828606a50
Diffstat (limited to 'packages/efl/imlib2-native_20060101.bb')
-rw-r--r--packages/efl/imlib2-native_20060101.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/efl/imlib2-native_20060101.bb b/packages/efl/imlib2-native_20060101.bb
new file mode 100644
index 0000000000..11c2fa4b89
--- /dev/null
+++ b/packages/efl/imlib2-native_20060101.bb
@@ -0,0 +1,11 @@
+include imlib2.inc
+
+SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/imlib2;date=${PV}"
+S = "${WORKDIR}/imlib2"
+
+inherit native
+PROVIDES = "imlib2-native"
+DEPENDS = "freetype-native libpng-native jpeg-native"
+
+EXTRA_OECONF = "--disable-mmx \
+ --without-x"