aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
Diffstat (limited to 'sway')
-rw-r--r--sway/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 0a08ee74..94d5abdb 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -194,7 +194,7 @@ sway_deps = [
xkbcommon,
]
-if get_option('enable-xwayland')
+if have_xwayland
sway_sources += 'desktop/xwayland.c'
sway_deps += xcb
endif
@@ -205,6 +205,5 @@ executable(
include_directories: [sway_inc],
dependencies: sway_deps,
link_with: [lib_sway_common],
- install_rpath : rpathdir,
install: true
)