diff options
author | Holger Hans Peter Freyther <zecke@openmoko.org> | 2008-08-12 16:32:57 +0200 |
---|---|---|
committer | Holger Freyther <ich@tamarin.(none)> | 2008-10-15 19:08:19 +0200 |
commit | c6ffab30ef872a9fbc17480c4ee3b671031661a1 (patch) | |
tree | 3efbd909bfd850e783dd5656f84cc2b60d68c0a7 | |
parent | bcc60080c4a4737958e9c070b9948923e80a0fae (diff) |
[ecore] Fix DEPENDS to make the build deterministic
XCursor, XRandr, Xinerama and Xprint was found and used on the
second configure run but not on the first one. Fix that.
-rw-r--r-- | packages/efl1/ecore.inc | 2 | ||||
-rw-r--r-- | packages/efl1/ecore_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/efl1/ecore.inc b/packages/efl1/ecore.inc index 9784d5cd8e..adb4378e20 100644 --- a/packages/efl1/ecore.inc +++ b/packages/efl1/ecore.inc @@ -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}" diff --git a/packages/efl1/ecore_svn.bb b/packages/efl1/ecore_svn.bb index 018a8e7124..3bc51849d2 100644 --- a/packages/efl1/ecore_svn.bb +++ b/packages/efl1/ecore_svn.bb @@ -1,5 +1,5 @@ require ecore.inc -PR = "r4" +PR = "r5" EXTRA_OECONF = "\ --x-includes=${STAGING_INCDIR}/X11 \ |