diff options
Diffstat (limited to 'Setup.hs')
| -rw-r--r-- | Setup.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |