From f1daa24a3054536427d81108545f2fb32dc10038 Mon Sep 17 00:00:00 2001 From: StratusFearMe21 <57533634+StratusFearMe21@users.noreply.github.com> Date: Sun, 15 Jan 2023 22:29:06 +0000 Subject: [PATCH] Update meson.build --- protocols/meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/protocols/meson.build b/protocols/meson.build index 56bd261..ea11df3 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -12,8 +12,7 @@ wayland_scanner_client = generator( wayland_xmls = [ wl_protocol_dir + '/stable/xdg-shell/xdg-shell.xml', - 'wlr-layer-shell-unstable-v1.xml', - 'net-tapesoftware-dwl-wm-unstable-v1.xml', + 'wlr-layer-shell-unstable-v1.xml' ] wayland_sources = [ wayland_scanner_code.process(wayland_xmls),