From 3d6bbf0fe8198fa9e5b04a4ecc63ed56debb9158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 17 Aug 2019 12:02:05 +0200 Subject: [PATCH] meson: remove unused wayland protocols --- meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/meson.build b/meson.build index cc344a87..edf354b2 100644 --- a/meson.build +++ b/meson.build @@ -59,11 +59,9 @@ wscanner_prog = find_program( wl_proto_headers = [] wl_proto_src = [] foreach prot : [ - #'external/wlr-layer-shell-unstable-v1.xml', wayland_protocols_datadir + '/stable/xdg-shell/xdg-shell.xml', wayland_protocols_datadir + '/unstable/xdg-output/xdg-output-unstable-v1.xml', wayland_protocols_datadir + '/unstable/primary-selection/primary-selection-unstable-v1.xml', - #wayland_protocols_datadir + '/unstable/xdg-output/xdg-output-unstable-v1.xml'] ] wl_proto_headers += custom_target(