mirror of https://github.com/mpv-player/mpv
wayland: fix build
Broken by previous commit. I've split a commit incorrectly. Fixes: #7802
This commit is contained in:
parent
07b0c18bad
commit
c1fc5354c3
|
@ -26,7 +26,7 @@
|
|||
#include "utils.h"
|
||||
|
||||
// Generated from presentation-time.xml
|
||||
#include "video/out/wayland/presentation-time.h"
|
||||
#include "generated/wayland/presentation-time.h"
|
||||
|
||||
#define EGL_PLATFORM_WAYLAND_EXT 0x31D8
|
||||
|
||||
|
|
|
@ -34,10 +34,10 @@
|
|||
#include "generated/wayland/xdg-shell.h"
|
||||
|
||||
// Generated from idle-inhibit-unstable-v1.xml
|
||||
#include "generated/wayland/idle-inhibit-v1.h"
|
||||
#include "generated/wayland/idle-inhibit-unstable-v1.h"
|
||||
|
||||
// Generated from xdg-decoration-unstable-v1.xml
|
||||
#include "generated/wayland/xdg-decoration-v1.h"
|
||||
#include "generated/wayland/xdg-decoration-unstable-v1.h"
|
||||
|
||||
// Generated from presentation-time.xml
|
||||
#include "generated/wayland/presentation-time.h"
|
||||
|
|
Loading…
Reference in New Issue