diff options
author | Bryce Harrington <bryce@bryceharrington.org> | 2016-09-14 18:40:15 -0700 |
---|---|---|
committer | Bryce Harrington <bryce@bryceharrington.org> | 2016-09-14 18:40:15 -0700 |
commit | cf0787c2437e982a28ca1e8bccdebc4727bbebfa (patch) | |
tree | 3b2c3d3bc555461f6cf8f6b8b490ceaa51f17dda | |
parent | b6926c0fc7a0dc3320c067a60db1bd3a3ec03e1a (diff) |
wl_build: Fix tabbing
-rwxr-xr-x | wl_build | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ . $HOME/.config/wayland-build-tools/wl_defines.sh if [ ! -e $WLROOT ]; then - exit 1 + exit 1 fi # Bail if errors @@ -67,7 +67,7 @@ compile gen libxkbcommon \ --with-xkb-config-root=/usr/share/X11/xkb \ - --disable-x11 + --disable-x11 compile llvm_drivers=swrast,nouveau,r300,r600 @@ -197,7 +197,7 @@ git clean -xfd --with-xserver-path=$WLD/bin/Xwayland \ --enable-setuid-install=no \ --enable-clients \ - --enable-headless-compositor \ + --enable-headless-compositor \ --enable-demo-clients-install compile #distcheck |