diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-18 15:14:31 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-18 15:14:31 +0200 |
commit | 5500ce377a0a552bfa858232f7086c197d0ab458 (patch) | |
tree | 491d9666e1535c4059b4ac37836517cf8b424867 /meson.build | |
parent | 0e12a1d216b85c8e864cc2d7d18c3d18864542c5 (diff) |
Wayland rendering now works
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
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', |