diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2012-10-04 16:33:22 +0000 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2012-10-04 16:33:22 +0000 |
commit | d9178cc1367ec650fc14dfec293945837469c788 (patch) | |
tree | 5125a3a555ef1bc94929d0d5d335b60e4b18f992 /configure.ac | |
parent | 66a35e729c853c9f3fd8e4ab1ede08a03d7243e5 (diff) |
elm configure.ac: elementary colorselector needs ecore input. now fixed. spank cedric.
SVN revision: 77443
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index efee67516..08de00e06 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -221,6 +221,7 @@ PKG_CHECK_MODULES([ELEMENTARY], | |||
221 | ecore >= 1.7.99 | 221 | ecore >= 1.7.99 |
222 | ecore-evas >= 1.7.99 | 222 | ecore-evas >= 1.7.99 |
223 | ecore-file >= 1.7.99 | 223 | ecore-file >= 1.7.99 |
224 | ecore-input >= 1.7.99 | ||
224 | edje >= 1.6.99 | 225 | edje >= 1.6.99 |
225 | ] | 226 | ] |
226 | ) | 227 | ) |