projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a827261
)
Update wayland version requirement after changes in 0fd9c57
author
Doug Newgard
<scimmia22@outlook.com>
Tue, 17 Sep 2013 06:55:22 +0000
(07:55 +0100)
committer
Chris Michael
<cp.michael@samsung.com>
Tue, 17 Sep 2013 06:55:22 +0000
(07:55 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index af008154ce02f66ee44300df10a9557cb8d7f93a..06eabd3a13557fb07ea36d1617557f56bc30ed76 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-824,7
+824,7
@@
AC_MSG_CHECKING([whether wayland client support is enabled])
AC_MSG_RESULT([${e_cv_want_wayland_clients}])
if test "x$e_cv_want_wayland_clients" != "xno";then
- PKG_CHECK_MODULES([WAYLAND], [wayland-server >= 1.2.0 pixman-1 >= 0.3 xkbcommon >= 0.3.0],
+ PKG_CHECK_MODULES([WAYLAND], [wayland-server >= 1.2.
9
0 pixman-1 >= 0.3 xkbcommon >= 0.3.0],
[
have_wayland_clients=yes
AC_DEFINE_UNQUOTED([HAVE_WAYLAND_CLIENTS],[1],[enable wayland client support])