diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-09 13:13:45 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-09 13:13:45 +0000 |
commit | 9d34b5324ed79e54040b929a0245876a96b00b7e (patch) | |
tree | a0924f8b3623d635b71c0d3ec13408d32e965975 /packages/efl1/ecore.inc | |
parent | f6f94add26d5da9f6c9296bbe1c20f8856e558da (diff) |
ecore, libgpewidget: add more depends
libgpepimc, libgpewidget: bump PR to get Depends: fixed in packages
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 aa3962eda8..0ca1fc0899 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 libxscrnsaver libxdamage libxrandr libxcursor" +DEPENDS = "curl eet evas tslib libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor" # optional # DEPENDS += "directfb libsdl-x11 openssl virtual/libiconv" PV = "0.9.9.043+svnr${SRCREV}" |