summaryrefslogtreecommitdiff
path: root/packages/evas/evas-native_0.9.9.013.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-08-08 13:48:31 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-08 13:48:31 +0000
commitac2189551d8f54baafe3e5526bd38433f8f9cf8a (patch)
tree38280a2e97a786c4b09f28442e9e45329470d08b /packages/evas/evas-native_0.9.9.013.bb
parent86404033c9bb58e7870007571073d5394efaed7e (diff)
MASSIVE EFL (Enlightenment Foundation Libraries) Update:
- edb - eet - embryo - ecore - evas - edje - ewl - imlib - adjust preferred-e-packages as well Next step: Add Entrance and E17
Diffstat (limited to 'packages/evas/evas-native_0.9.9.013.bb')
-rw-r--r--packages/evas/evas-native_0.9.9.013.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/evas/evas-native_0.9.9.013.bb b/packages/evas/evas-native_0.9.9.013.bb
new file mode 100644
index 0000000000..3f1390800a
--- /dev/null
+++ b/packages/evas/evas-native_0.9.9.013.bb
@@ -0,0 +1,13 @@
+include evas-fb_${PV}.bb
+inherit native
+DEPENDS = "freetype-native"
+
+do_stage () {
+ for i in ${headers}
+ do
+ install -m 0644 ${S}/src/lib/$i ${STAGING_INCDIR}/
+ done
+ oe_libinstall -C src/lib libevas ${STAGING_LIBDIR}/
+}
+
+#FIXME: Conflicts with zlib-devel on the build machine. Remove it and it builds.