From c1fc5354c3c15b46d77adf4d27d38b8b27fa9dfd Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 4 Jun 2020 20:13:59 +0200 Subject: wayland: fix build Broken by previous commit. I've split a commit incorrectly. Fixes: #7802 --- video/out/opengl/context_wayland.c | 2 +- video/out/wayland_common.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'video/out') diff --git a/video/out/opengl/context_wayland.c b/video/out/opengl/context_wayland.c index 49835668f0..6f14305859 100644 --- a/video/out/opengl/context_wayland.c +++ b/video/out/opengl/context_wayland.c @@ -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 diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c index 6058c1e631..efb1a48ef5 100644 --- a/video/out/wayland_common.c +++ b/video/out/wayland_common.c @@ -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" -- cgit v1.2.3