diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-04-12 20:19:54 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-04-12 20:19:54 -0400 |
| commit | e62f2f43e2b428a4066fc43e5d2739940f7aa5e9 (patch) | |
| tree | c653c6d525b471914c01a9d7ae543f521b6138ed /.build.yml | |
| parent | 816bb9d54d2e9e3cbf5e14d7237dc8c8737d6b82 (diff) | |
| parent | 0cb0c52663a8e27f632988da0f91e4cfb6afddf8 (diff) | |
Merge branch 'wlroots'
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 21 |
1 files changed, 13 insertions, 8 deletions
@@ -1,24 +1,29 @@ # vim: ft=yaml ts=2 sw=2 et : image: archlinux packages: - - cmake - - wlc-git + - meson - xorg-server-xwayland - xcb-util-image - json-c - pango - cairo - wayland + - wayland-protocols - gdk-pixbuf2 + - libinput + - libxkbcommon sources: - - https://git.sr.ht/~sircmpwn/sway + - https://github.com/swaywm/sway + - https://github.com/swaywm/wlroots tasks: + - wlroots: | + cd wlroots + meson --prefix=/usr build + ninja -C build + sudo ninja -C build install - setup: | cd sway - mkdir build - cd build - cmake .. + meson build - build: | cd sway - cd build - make + ninja -C build |
