aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 2728a2ec..766bf012 100644
--- a/meson.build
+++ b/meson.build
@@ -12,6 +12,8 @@ project(
12 12
13add_project_arguments( 13add_project_arguments(
14 [ 14 [
15 '-DSWAY_SRC_DIR="@0@"'.format(meson.current_source_dir()),
16
15 '-DWL_HIDE_DEPRECATED', 17 '-DWL_HIDE_DEPRECATED',
16 '-DWLR_USE_UNSTABLE', 18 '-DWLR_USE_UNSTABLE',
17 19