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:
d2097b3
)
Fix build after TAsn's interface work
author
Kai Huuhko
<kai.huuhko@gmail.com>
Sat, 23 Aug 2014 13:42:28 +0000
(16:42 +0300)
committer
Kai Huuhko
<kai.huuhko@gmail.com>
Sat, 23 Aug 2014 13:42:28 +0000
(16:42 +0300)
Elm wasn't linking against libefl so the build would error out with
missing symbols.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 74c5e1193fc0c4d988fd9e9d996fc5fa060f6fb7..235d6b03649e1127709d00abc8f2609d589c54cf 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-189,6
+189,7
@@
AM_CONDITIONAL([ELEMENTARY_WINDOWS_BUILD], [test "x${have_windows}" = "xyes"])
PKG_CHECK_MODULES([ELEMENTARY],
[
+ efl >= efl_version
eina >= efl_version
eet >= efl_version
evas >= efl_version
@@
-215,6
+216,7
@@
EFL_ENABLE_EO_API_SUPPORT
EFL_ENABLE_BETA_API_SUPPORT
requirement_elm="\
+ efl >= efl_version \
eina >= efl_version \
eet >= efl_version \
evas >= efl_version \