summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index a1a8a571d..f52659c1d 100644
--- a/meson.build
+++ b/meson.build
@@ -146,7 +146,7 @@ else
default_font_path = dfp
endif
-glamor_option = get_option('glamor')
+build_glamor = get_option('glamor')
with_dtrace = get_option('dtrace')
if with_dtrace
@@ -154,7 +154,6 @@ if with_dtrace
endif
build_xwayland = true
-build_glamor = glamor_option != 'false'
xwayland_path = get_option('xwayland-path')
if (xwayland_path == '')