aboutsummaryrefslogtreecommitdiffstats
path: root/packages/efl1/ecore-native_cvs.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-07-21 23:23:57 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-07-21 23:23:57 +0000
commit6cf33c5a7e270f8df619611dd1f0f2ab8d5f595b (patch)
treea634860b9ddbcd8922bc1c1aa62b12c713f8b853 /packages/efl1/ecore-native_cvs.bb
parentf2a42448067579648da7512bf759649bed7cb797 (diff)
downloadopenembedded-6cf33c5a7e270f8df619611dd1f0f2ab8d5f595b.tar.gz
EFL: move from building snapshots to cvs again. Reasons:
1.) EFL gained a lot of momentum leading to constant changes 2.) Snapshots were just random cvs dates again. Might as well use SRCDATE to pin them down 3.) <censored by NDA>
Diffstat (limited to 'packages/efl1/ecore-native_cvs.bb')
-rw-r--r--packages/efl1/ecore-native_cvs.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/efl1/ecore-native_cvs.bb b/packages/efl1/ecore-native_cvs.bb
new file mode 100644
index 0000000000..92a30397e1
--- /dev/null
+++ b/packages/efl1/ecore-native_cvs.bb
@@ -0,0 +1,29 @@
+require ecore.inc
+inherit native
+DEPENDS = "eet-native evas-native"
+PR = "r2"
+
+EXTRA_OECONF = "\
+ --enable-ecore-txt \
+ --disable-ecore-x-xcb \
+ --disable-ecore-x \
+ --enable-ecore-job \
+ --disable-ecore-directfb \
+ --disable-ecore-sdl \
+ --enable-ecore-fb \
+ --enable-ecore-evas \
+ --disable-ecore-evas-gl \
+ --disable-ecore-evas-xrender \
+ --disable-ecore-evas-dfb \
+ --disable-openssl \
+ --enable-abstract-sockets \
+ --enable-ecore-con \
+ --enable-ecore-ipc \
+ --enable-ecore-file \
+ --enable-inotify \
+ --disable-poll \
+ --disable-curl \
+ --disable-ecore-desktop \
+ --x-includes=${STAGING_INCDIR}/X11 \
+ --x-libraries=${STAGING_LIBDIR} "
+