summaryrefslogtreecommitdiffstats
path: root/wm-addons/wlroots/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'wm-addons/wlroots/CONFIGURE')
-rwxr-xr-xwm-addons/wlroots/CONFIGURE7
1 files changed, 7 insertions, 0 deletions
diff --git a/wm-addons/wlroots/CONFIGURE b/wm-addons/wlroots/CONFIGURE
new file mode 100755
index 0000000000..2ac45d01f2
--- /dev/null
+++ b/wm-addons/wlroots/CONFIGURE
@@ -0,0 +1,7 @@
+. "${GRIMOIRE}/MESON_CONFIGURE" &&
+
+config_query_option WLROOTS_OPTS "Build the rootston example compositor?" \
+ "n" "rootston=true" "rootston=false" &&
+
+config_query_option WLROOTS_OPTS "Build examples?" \
+ "n" "examples=true" "examples=false"