summaryrefslogtreecommitdiff
path: root/packages/efl1/evas.inc
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-08-24 16:21:30 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-08-24 16:21:30 +0000
commit48546b8dbfc9bd50e1c4057b90d5765fbbe86fd4 (patch)
treec2888825cf0a7215e10e4fad6dfaada1a110bf27 /packages/efl1/evas.inc
parentc4e8f04b905425b714041149e74fb7d3492e41a3 (diff)
Enlightenment Foundation Libraries MONSTER update courtesy Rasterman
(mostly motivated by E switching their SCM)
Diffstat (limited to 'packages/efl1/evas.inc')
-rw-r--r--packages/efl1/evas.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/efl1/evas.inc b/packages/efl1/evas.inc
index 10dd8ad529..243dc55439 100644
--- a/packages/efl1/evas.inc
+++ b/packages/efl1/evas.inc
@@ -1,8 +1,8 @@
DESCRIPTION = "Evas is the Enlightenment canvas API"
LICENSE = "MIT BSD"
# can also depend on valgrind, libsdl-x11, directfb
-DEPENDS = "eet freetype jpeg libpng virtual/libx11 libxext libxrender"
-PV = "0.9.9.043+cvs${SRCDATE}"
+DEPENDS = "eet freetype jpeg libpng virtual/libx11 libxext libxrender fontconfig"
+PV = "0.9.9.043+svnr${SRCREV}"
inherit efl
@@ -21,7 +21,7 @@ python populate_packages_prepend () {
}
do_install_append() {
- find "${D}" -name .debug -type d | xargs -iBLAH rm -rf "BLAH"
+ find "${D}" -name .debug -type d -exec rm -rf {} \;
}
FILES_${PN}-dev += "${libdir}/evas/modules/*/*/*/*.a ${libdir}/evas/modules/*/*/*/*.la"