projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad6c7f6
)
merge: use package version instead of 1.7.99
author
Vincent Torri
<vincent.torri@gmail.com>
Tue, 23 Oct 2012 05:23:25 +0000
(
05:23
+0000)
committer
Vincent Torri
<vincent.torri@gmail.com>
Tue, 23 Oct 2012 05:23:25 +0000
(
05:23
+0000)
SVN revision: 78349
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index f69948e842c1b92ccf6b87016688bc7c85fd2783..1532bec9e767ca8f2d9dadc078583b3c31cf818a 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-656,7
+656,7
@@
fi
# Eina library
-requirements_pc_eet="eina >=
1.7.99
${requirements_pc_eet}"
+requirements_pc_eet="eina >=
${PACKAGE_VERSION}
${requirements_pc_eet}"
PKG_CHECK_MODULES([EET], [${requirements_pc_deps_eet}])
@@
-719,7
+719,7
@@
AC_MSG_NOTICE([Eo checks])
# Eina library
-requirements_pc_eo="eina >=
1.7.99
"
+requirements_pc_eo="eina >=
${PACKAGE_VERSION}
"
AC_ARG_VAR([EO_CFLAGS], [preprocessor flags for Eo])
AC_SUBST([EO_CFLAGS])