summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Robby Workman2011-02-06 21:54:32 +0100
committer Robby Workman2011-02-06 21:54:32 +0100
commit66e79b6e5ff465b959aac241ba5f30720e8a7089 (patch)
tree7544face7cd85548ee750b24226a2d376f4a8e50 /libraries
parentf6f5c469d1dd4d5644c29fe7918a3a7d90a1fbeb (diff)
downloadslackbuilds-66e79b6e5ff465b959aac241ba5f30720e8a7089.tar.gz
libraries/ecore: Noted evas dependency
It's not a hard dep, but it's required if your plan is to later build enlightenment, so let's just note it here. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/ecore/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ecore/README b/libraries/ecore/README
index af6a7c0b40..7d4d057374 100644
--- a/libraries/ecore/README
+++ b/libraries/ecore/README
@@ -4,4 +4,4 @@ Ecore is the core event abstraction layer and X abstraction layer that
makes doing selections, Xdnd, general X stuff, and event loops,
timeouts and idle handlers fast, optimized, and convenient.
-This requires eina.
+This requires eina and evas.