aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-12 00:19:21 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-12 00:19:21 +0100
commitd07749824010f38de33b33b5d1f4036d67183fb1 (patch)
tree48785037842d2a05ec78e878d3484906e8b2bfc0 /config.mk
parent2e424897218eac66c8e9e326cc07641eacf1a810 (diff)
downloadimv-d07749824010f38de33b33b5d1f4036d67183fb1.tar.gz
Detect whether to run wl/x11 at runtime
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index c5fe837..f7029c4 100644
--- a/config.mk
+++ b/config.mk
@@ -1,9 +1,10 @@
# Configure window system to use
#Choices:
+# all - Build both, determine which to use at runtime
# wayland - Use wayland backend
# x11 - Use X11 backend
-WINDOWS=wayland
+WINDOWS=all
# Configure available backends: