aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-10-22 10:49:26 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-11-11 09:09:17 -0500
commit7414d9232751d378ff2840b7fb45e711b7f69477 (patch)
treea93b5a782fd3247ceef6d1d672ee945cb51730c1
parentFix build yml files (diff)
downloadsway-7414d9232751d378ff2840b7fb45e711b7f69477.tar.gz
sway-7414d9232751d378ff2840b7fb45e711b7f69477.tar.zst
sway-7414d9232751d378ff2840b7fb45e711b7f69477.zip
Also need meson
-rw-r--r--.build.yml1
-rw-r--r--.travis.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index 5fa8eb41..3717d699 100644
--- a/.build.yml
+++ b/.build.yml
@@ -10,6 +10,7 @@ packages:
10 - cairo 10 - cairo
11 - wayland 11 - wayland
12 - gdk-pixbuf2 12 - gdk-pixbuf2
13 - meson
13sources: 14sources:
14 - https://git.sr.ht/~sircmpwn/sway 15 - https://git.sr.ht/~sircmpwn/sway
15 - https://git.sr.ht/~sircmpwn/wlroots 16 - https://git.sr.ht/~sircmpwn/wlroots
diff --git a/.travis.yml b/.travis.yml
index be7ac3e0..bc1ee45b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,7 @@ arch:
23 - gdk-pixbuf2 23 - gdk-pixbuf2
24 - wlc-git 24 - wlc-git
25 - libcap 25 - libcap
26 - meson
26 script: 27 script:
27 - git clone https://github.com/swaywm/wlroots 28 - git clone https://github.com/swaywm/wlroots
28 - cd wlroots 29 - cd wlroots