[ecore] Fix DEPENDS to make the build deterministic
authorHolger Hans Peter Freyther <zecke@openmoko.org>
Tue, 12 Aug 2008 14:32:57 +0000 (16:32 +0200)
committerHolger Freyther <ich@tamarin.(none)>
Wed, 15 Oct 2008 17:08:19 +0000 (19:08 +0200)
    XCursor, XRandr, Xinerama and Xprint was found and used on the
    second configure run but not on the first one. Fix that.

packages/efl1/ecore.inc
packages/efl1/ecore_svn.bb

index 9784d5c..adb4378 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Ecore is the Enlightenment application framework library"
 LICENSE = "MIT BSD"
-DEPENDS = "curl eet evas tslib libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor"
+DEPENDS = "curl eet evas tslib libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor libxprintutil"
 # optional
 # DEPENDS += "directfb libsdl-x11 openssl virtual/libiconv"
 PV = "0.9.9.043+svnr${SRCREV}"
index 018a8e7..3bc5184 100644 (file)
@@ -1,5 +1,5 @@
 require ecore.inc
-PR = "r4"
+PR = "r5"
 
 EXTRA_OECONF = "\
   --x-includes=${STAGING_INCDIR}/X11 \