diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-02-06 14:54:32 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-02-06 14:54:32 -0600 |
commit | 66e79b6e5ff465b959aac241ba5f30720e8a7089 (patch) | |
tree | 7544face7cd85548ee750b24226a2d376f4a8e50 /libraries | |
parent | f6f5c469d1dd4d5644c29fe7918a3a7d90a1fbeb (diff) | |
download | slackbuilds-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/README | 2 |
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. |