summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorChris Michael <cpmichael@osg.samsung.com>2016-06-07 08:04:10 -0400
committerChris Michael <cpmichael@osg.samsung.com>2016-06-07 08:04:10 -0400
commitd48c95f158780735573a4bf90ba7e783c5a5ae56 (patch)
treea349f8678cc2b3cdc7931ae0002ad579ef1bfb01 /m4
parent7d18eb8dac5ea98fe2530f0d8531e015982d3dc4 (diff)
efl: Bump required wayland version
This makes our wayland libraries require newest wayland release of 1.11 Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
Diffstat (limited to 'm4')
-rw-r--r--m4/evas_check_engine.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/evas_check_engine.m4 b/m4/evas_check_engine.m4
index 4789d4b9f0..b385076cb8 100644
--- a/m4/evas_check_engine.m4
+++ b/m4/evas_check_engine.m4
@@ -1,4 +1,4 @@
-AC_DEFUN([REQUIRED_WAYLAND_VERSION], [1.10.0])
+AC_DEFUN([REQUIRED_WAYLAND_VERSION], [1.11.0])
dnl use: EVAS_CHECK_ENGINE_DEP_SOFTWARE_XLIB(engine, simple, want_static[, ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])