discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=cf75b9ed1c0d83f76f1d141e444703a0b13c108f

commit cf75b9ed1c0d83f76f1d141e444703a0b13c108f
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Jan 8 12:24:57 2018 -0500

    bump wayland-protocols version requirement
---
 meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meson.build b/meson.build
index 87c1abbee..7343174d4 100644
--- a/meson.build
+++ b/meson.build
@@ -267,7 +267,7 @@ dep_elementary       = dependency('elementary'      , 
required: true)
 
 dep_wayland = []
 if get_option('wayland') == true
-  wayland_protocols = dependency('wayland-protocols', version: '>= 1.9')
+  wayland_protocols = dependency('wayland-protocols', version: '>= 1.12')
   dir_wayland_protocols = 
wayland_protocols.get_pkgconfig_variable('pkgdatadir')
   wayland_version = '>= 1.11.0'
   dep_wayland = [ dependency('ecore-wl2'),
@@ -285,7 +285,7 @@ if get_option('wayland') == true
     requires_drm = 'ecore-drm2'
     dep_wayland += dep_ecore_drm2
   endif
-  requires_wayland = ' '.join([ 'wayland-protocols >= 1.9',
+  requires_wayland = ' '.join([ 'wayland-protocols >= 1.12',
                                 'ecore-wl2',
                                 'efl-wl',
                                 requires_drm,

-- 


Reply via email to