aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xwayland/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xwayland/meson.build b/include/xwayland/meson.build
index 0e26ee35..a92234f1 100644
--- a/include/xwayland/meson.build
+++ b/include/xwayland/meson.build
@@ -1,7 +1,7 @@
have_listenfd = false
if xwayland.found()
- xwayland_path = xwayland.get_variable(pkgconfig: 'xwayland')
- have_listenfd = xwayland.get_variable(pkgconfig: 'have_listenfd') == 'true'
+ xwayland_path = xwayland.get_variable('xwayland')
+ have_listenfd = xwayland.get_variable('have_listenfd') == 'true'
else
xwayland_path = xwayland_prog.full_path()
endif