mirror of
https://github.com/mpv-player/mpv
synced 2024-12-20 05:42:19 +00:00
build: update minimum wayland version
Uh oh.
This commit is contained in:
parent
29467736cf
commit
b99c67f9bb
@ -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)
|
||||
|
||||
|
4
wscript
4
wscript
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user