mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 16:39:49 +00:00
wscript: add 1.32 protocols to sources
The patch that added these protocols didn't include them in the list of sources, which caused build failure with wayland-protocols 1.32.
This commit is contained in:
parent
cbb1af64d5
commit
6461fb9c44
@ -575,6 +575,8 @@ def build(ctx):
|
||||
( "generated/wayland/single-pixel-buffer-v1.c", "wayland-protocols-1-27" ),
|
||||
( "generated/wayland/content-type-v1.c", "wayland-protocols-1-27" ),
|
||||
( "generated/wayland/fractional-scale-v1.c", "wayland-protocols-1-31"),
|
||||
( "generated/wayland/cursor-shape-v1.c", "wayland-protocols-1-32"),
|
||||
( "generated/wayland/tablet-unstable-v2.c", "wayland-protocols-1-32"),
|
||||
( "generated/wayland/idle-inhibit-unstable-v1.c", "wayland" ),
|
||||
( "generated/wayland/presentation-time.c", "wayland" ),
|
||||
( "generated/wayland/xdg-decoration-unstable-v1.c", "wayland" ),
|
||||
|
Loading…
Reference in New Issue
Block a user