aboutsummaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Setup.hs')
-rw-r--r--Setup.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Setup.hs b/Setup.hs
index 50385ed..f3a2180 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -19,7 +19,7 @@ main = do
let buildPath = fromJust (flagToMaybe $ configDistPref conf)
callCommand $
- printf "cd wlroots && meson setup %s -Dexamples=false --reconfigure" (wlrootsDir buildPath)
+ printf "cd wlroots && meson setup %s -Dexamples=false -Dbackends=x11,drm,libinput --reconfigure" (wlrootsDir buildPath)
callCommand $
printf "cmake -B %s -S harness" (harnessDir buildPath)