commit 1c68d2e
shrub
·
2026-03-25 21:37:58 +0000 UTC
parent 9c75f09
fix meson.build
1 files changed,
+2,
-2
+2,
-2
1@@ -1,6 +1,6 @@
2 project('swc', 'c',
3 version: '0.0',
4- meson_version: '>=1.1',
5+ meson_version: '>=1.7.99',
6 license: 'MIT',
7 default_options: [
8 'c_std=c11',
9@@ -12,7 +12,7 @@ project('swc', 'c',
10 cc = meson.get_compiler('c')
11 os = host_machine.system()
12 pkg = import('pkgconfig')
13-wl = import('unstable-wayland')
14+wl = import('wayland')
15
16 add_project_arguments(cc.get_supported_arguments([
17 '-fvisibility=hidden',