From 52ea28acc4b01b221515339ab225cd385abe8b0a Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Mon, 6 Mar 2023 22:09:44 +0000 Subject: Replace generated protocol code with xml. I now understand how this was supposed to be done. --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 8eb61a6..1920a16 100644 --- a/meson.build +++ b/meson.build @@ -112,8 +112,6 @@ common_sources = files( 'src/string_vec.c', 'src/surface.c', 'src/unicode.c', - 'src/wlr-layer-shell-unstable-v1.c', - 'src/wp-fractional-scale-v1.c', 'src/xmalloc.c', ) @@ -180,6 +178,8 @@ wl_proto_src = [] wl_proto_xml = [ wayland_protocols_dir + '/stable/xdg-shell/xdg-shell.xml', wayland_protocols_dir + '/stable/viewporter/viewporter.xml', + 'protocols/wlr-layer-shell-unstable-v1.xml', + 'protocols/fractional-scale-v1.xml' ] foreach proto : wl_proto_xml -- cgit v1.2.3