commit 6ce0b77

chld  ·  2026-03-22 17:56:18 +0000 UTC
parent f31b057
import wayland in meson.build as unstable-wayland for general portability
1 files changed,  +1, -1
+1, -1
1@@ -12,7 +12,7 @@ project('swc', 'c',
2 cc = meson.get_compiler('c')
3 os = host_machine.system()
4 pkg = import('pkgconfig')
5-wl = import('wayland')
6+wl = import('unstable-wayland')
7 
8 add_project_arguments(cc.get_supported_arguments([
9   '-fvisibility=hidden',