aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-04-12 20:19:54 -0400
committerDrew DeVault <sir@cmpwn.com>2018-04-12 20:19:54 -0400
commitcd1b32453a9296c18b28bff71607aeb22987b5cd (patch)
treec653c6d525b471914c01a9d7ae543f521b6138ed /.build.yml
parent8e06985cc1b479724446fba752e0fecfb998e87b (diff)
parent5785170421dc38437acde8bb61068cd16fda716c (diff)
Merge branch 'wlroots'
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml21
1 files changed, 13 insertions, 8 deletions
diff --git a/.build.yml b/.build.yml
index 9c9e8adb..3cfb7483 100644
--- a/.build.yml
+++ b/.build.yml
@@ -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