From 76211609e3c589dafe3ef9a36cacc06e8f56de09 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 23 Apr 2018 16:10:40 +0200 Subject: wayland_common: update to stable xdg-shell This removes support for older compositors using the unstable version, but those will still use Xwayland by default, so not a big loss. --- wscript_build.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 2329a3f8ef..c55758f213 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -118,11 +118,11 @@ def build(ctx): if ctx.dependency_satisfied('wayland'): ctx.wayland_protocol_code(proto_dir = ctx.env.WL_PROTO_DIR, - protocol = "unstable/xdg-shell/xdg-shell-unstable-v6", - target = "video/out/wayland/xdg-shell-v6.c") + protocol = "stable/xdg-shell/xdg-shell", + target = "video/out/wayland/xdg-shell.c") ctx.wayland_protocol_header(proto_dir = ctx.env.WL_PROTO_DIR, - protocol = "unstable/xdg-shell/xdg-shell-unstable-v6", - target = "video/out/wayland/xdg-shell-v6.h") + protocol = "stable/xdg-shell/xdg-shell", + target = "video/out/wayland/xdg-shell.h") ctx.wayland_protocol_code(proto_dir = ctx.env.WL_PROTO_DIR, protocol = "unstable/idle-inhibit/idle-inhibit-unstable-v1", target = "video/out/wayland/idle-inhibit-v1.c") @@ -507,7 +507,7 @@ def build(ctx): ( "video/out/w32_common.c", "win32-desktop" ), ( "video/out/wayland/idle-inhibit-v1.c", "wayland" ), ( "video/out/wayland/srv-decor.c", "wayland" ), - ( "video/out/wayland/xdg-shell-v6.c", "wayland" ), + ( "video/out/wayland/xdg-shell.c", "wayland" ), ( "video/out/wayland_common.c", "wayland" ), ( "video/out/win32/displayconfig.c", "win32-desktop" ), ( "video/out/win32/droptarget.c", "win32-desktop" ), -- cgit v1.2.3