aboutsummaryrefslogtreecommitdiff
path: root/xwayland
diff options
context:
space:
mode:
Diffstat (limited to 'xwayland')
-rw-r--r--xwayland/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/xwayland/meson.build b/xwayland/meson.build
index 6cd77189..e7956759 100644
--- a/xwayland/meson.build
+++ b/xwayland/meson.build
@@ -45,7 +45,7 @@ foreach lib, desc : xwayland_optional
)
if dep.found()
xwayland_libs += dep
- conf_data.set10('WLR_HAS_' + lib.underscorify().to_upper(), true)
+ features += { lib: true }
endif
endforeach
@@ -60,4 +60,4 @@ wlr_files += files(
'xwm.c',
)
wlr_deps += xwayland_libs
-conf_data.set10('WLR_HAS_XWAYLAND', true)
+features += { 'xwayland': true }