aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-18 15:14:31 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-18 15:14:31 +0200
commit5500ce377a0a552bfa858232f7086c197d0ab458 (patch)
tree491d9666e1535c4059b4ac37836517cf8b424867 /meson.build
parent0e12a1d216b85c8e864cc2d7d18c3d18864542c5 (diff)
Wayland rendering now works
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 9cb8779..eecc7d8 100644
--- a/meson.build
+++ b/meson.build
@@ -32,6 +32,9 @@ src += [
'src/window/wayland.c',
]
+subdir('protocol')
+src += protocol_src
+
project_headers = [
'include/mgl/graphics/rectangle.h',
'include/mgl/graphics/sprite.h',