From c6ffab30ef872a9fbc17480c4ee3b671031661a1 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 12 Aug 2008 16:32:57 +0200 Subject: [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. --- packages/efl1/ecore.inc | 2 +- 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 \ -- cgit 1.2.3-korg