mirror of
https://github.com/mpv-player/mpv.git
synced 2026-05-07 20:02:49 +00:00
wayland: fix build
Broken by previous commit. I've split a commit incorrectly. Fixes: #7802
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user