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 /packages/efl1/ecore.inc | |
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.
Diffstat (limited to 'packages/efl1/ecore.inc')
-rw-r--r-- | packages/efl1/ecore.inc | 2 |
1 files changed, 1 insertions, 1 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}" |