ecore|evas cvs update to version from today
authorMichael Lauer <mickey@vanille-media.de>
Thu, 10 Jan 2008 14:11:25 +0000 (14:11 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 10 Jan 2008 14:11:25 +0000 (14:11 +0000)
* remove some patches
* enable simple x11 linking (thanks Raster)

conf/distro/include/sane-srcdates.inc
packages/efl1/ecore-native_cvs.bb
packages/efl1/ecore.inc
packages/efl1/ecore_cvs.bb
packages/efl1/evas_cvs.bb

index 8f82eb4..a32c065 100644 (file)
@@ -53,7 +53,7 @@ SRCDATE_gtkhtml2 ?= "20060323"
 # Enlightenment Foundation Libraries
 # Caution: This is not alphabetically, but (roughly) dependency-sorted.
 # Please leave it like that.
-EFL_SRCDATE = "20071206"
+EFL_SRCDATE = "20080110"
 SRCDATE_edb-native ?= "${EFL_SRCDATE}"
 SRCDATE_edb ?= "${EFL_SRCDATE}"
 SRCDATE_eet-native ?= "${EFL_SRCDATE}"
index 92a3039..70d9490 100644 (file)
@@ -1,7 +1,7 @@
 require ecore.inc
 inherit native
 DEPENDS = "eet-native evas-native"
-PR = "r2"
+PR = "r0"
 
 EXTRA_OECONF = "\
                 --enable-ecore-txt \
index b71a4b7..28b8152 100644 (file)
@@ -2,17 +2,13 @@ DESCRIPTION = "Ecore is the core event abstraction layer for the enlightenment \
 foundation libraries. It makes makes doing selections, drag and drop, event loops, \
 timeouts and idle handlers fast, optimized, and convenient."
 LICENSE = "MIT"
-DEPENDS = "curl directfb eet evas tslib"
+DEPENDS = "curl eet evas tslib"
 # optional
-# DEPENDS += "openssl virtual/libiconv"
+# DEPENDS += "directfb libsdl-x11 openssl virtual/libiconv"
 PV = "0.9.9.041+cvs${SRCDATE}"
 
 inherit efl_library
 
-# SRC_URI += "file://configure.patch;patch=1 \
-#           file://fix-tslib-configure.patch;patch=1 \
-#           file://fix-directfb-include.patch;patch=1"
-
 SRC_URI += "file://fix-directfb-include.patch;patch=1"
 
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/ecore"
index 53ee864..8cc4930 100644 (file)
@@ -1,9 +1,10 @@
 require ecore.inc
-PR = "r5"
+PR = "r0"
 
 EXTRA_OECONF = "\
                --enable-ecore-txt \
                --disable-ecore-x-xcb \
+               --enable-simple-x11 \
                --enable-ecore-x \
                --enable-ecore-job \
                --disable-ecore-directfb \
index e386d30..cf7d4cb 100644 (file)
@@ -1,5 +1,5 @@
 require evas.inc
-PR = "r4"
+PR = "r0"
 
 EXTRA_OECONF = "\
                --x-includes=${STAGING_INCDIR}/X11  \
@@ -10,6 +10,7 @@ EXTRA_OECONF = "\
                --enable-buffer                         \
                --disable-software-ddraw        \
                --disable-software-qtopia       \
+               --enable-simple-x11             \
                --enable-software-x11           \
                --enable-software-16-x11        \
                --disable-software-xcb          \