build: update minimum wayland version

Uh oh.
This commit is contained in:
Alexander Preisinger 2014-09-19 17:40:26 +02:00
parent 29467736cf
commit b99c67f9bb
2 changed files with 3 additions and 3 deletions

View File

@ -585,7 +585,7 @@ _libquvi=no
(test "$_libquvi9" = yes || test "$_libquvi4" = yes) && _libquvi=yes
define_yes_no $_libquvi HAVE_LIBQUVI
_wlver="1.2.0"
_wlver="1.6.0"
check_pkg_config "Wayland" $_wayland WAYLAND "wayland-client >= $_wlver wayland-cursor >= $_wlver xkbcommon >= 0.3.0"
_wayland=$(defretval)

View File

@ -545,8 +545,8 @@ video_output_features = [
} , {
'name': '--wayland',
'desc': 'Wayland',
'func': check_pkg_config('wayland-client', '>= 1.3.0',
'wayland-cursor', '>= 1.3.0',
'func': check_pkg_config('wayland-client', '>= 1.6.0',
'wayland-cursor', '>= 1.6.0',
'xkbcommon', '>= 0.3.0'),
} , {
'name': '--x11',