Skip to content

Commit

Permalink
Remove rootston from build manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevault committed Aug 9, 2019
1 parent 724926e commit 6200ecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .builds/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .builds/archlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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: |
Expand Down

0 comments on commit 6200ecb

Please sign in to comment.