projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5788aac
)
Set v_mic to 99 (less than 256) to please OS X
author
Sebastian Dransfeld
<sd@tango.flipp.net>
Thu, 17 Mar 2011 13:12:50 +0000
(13:12 +0000)
committer
Sebastian Dransfeld
<sd@tango.flipp.net>
Thu, 17 Mar 2011 13:12:50 +0000
(13:12 +0000)
SVN revision: 57824
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index ec25f9678b5dec226cb691926b1d0f56c41b75fa..9fd305e2ea2fee38c9acb7d62b609df241f423bd 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-203,12
+203,12
@@
PKG_CHECK_MODULES([ELEMENTARY],
[
eina >= 1.0.0
eet >= 1.4.0
- evas >= 1.0.99
9
+ evas >= 1.0.99
ecore >= 1.0.0
ecore-evas >= 1.0.0
ecore-file >= 1.0.0
ecore-imf >= 1.0.0
- edje >= 1.0.99
9
+ edje >= 1.0.99
]
)