diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-08-09 09:59:29 +0900 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-08-09 09:59:44 +0900 |
commit | 6200ecbc1dd85c3fb294c6a6618645b7f0a106c9 (patch) | |
tree | 485fab3685359018b3a22b3485826fc248b55745 /.builds/alpine.yml | |
parent | 724926ea6ae119956dc7b1e39c2e30c1e3657676 (diff) |
Remove rootston from build manifests
Diffstat (limited to '.builds/alpine.yml')
-rw-r--r-- | .builds/alpine.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml index ddad4b1c..a88107d3 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -27,7 +27,7 @@ tasks: sudo make install PREFIX=/usr - wlroots: | cd wlroots - meson --prefix=/usr build -Drootston=false -Dexamples=false + meson --prefix=/usr build -Dexamples=false ninja -C build sudo ninja -C build install - setup: | |