diff options
author | Phil Jones <philj56@gmail.com> | 2023-03-06 22:09:44 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2023-03-06 22:09:44 +0000 |
commit | 52ea28acc4b01b221515339ab225cd385abe8b0a (patch) | |
tree | a64c19211909f68efdc288974727169a692b6b10 /meson.build | |
parent | 254e96fe14cb533851ba824732c0b68300e33733 (diff) |
Replace generated protocol code with xml.
I now understand how this was supposed to be done.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
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 |