From 95589fd4f84c60fe4441dcb9d9b3462eb6b1643f Mon Sep 17 00:00:00 2001 From: emersion Date: Sat, 10 Nov 2018 19:45:58 +0100 Subject: wayland: remove KDE server-decoration support --- wscript_build.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index e135a01e6d..2b75383e34 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -135,14 +135,6 @@ def build(ctx): ctx.wayland_protocol_header(proto_dir = ctx.env.WL_PROTO_DIR, protocol = "unstable/xdg-decoration/xdg-decoration-unstable-v1", target = "video/out/wayland/xdg-decoration-v1.h") - ctx.wayland_protocol_code(proto_dir = "video/out/wayland", - protocol = "server-decoration", - vendored_protocol = True, - target = "video/out/wayland/srv-decor.c") - ctx.wayland_protocol_header(proto_dir = "video/out/wayland", - protocol = "server-decoration", - vendored_protocol = True, - target = "video/out/wayland/srv-decor.h") ctx(features = "ebml_header", target = "ebml_types.h") ctx(features = "ebml_definitions", target = "ebml_defs.c") @@ -513,7 +505,6 @@ def build(ctx): ( "video/out/vulkan/utils.c", "vulkan" ), ( "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-decoration-v1.c", "wayland" ), ( "video/out/wayland/xdg-shell.c", "wayland" ), ( "video/out/wayland_common.c", "wayland" ), -- cgit v1.2.3