diff options
-rw-r--r-- | .build.yml | 1 | ||||
-rw-r--r-- | .travis.yml | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,7 @@ packages: - cairo - wayland - gdk-pixbuf2 + - meson sources: - https://git.sr.ht/~sircmpwn/sway - 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: - gdk-pixbuf2 - wlc-git - libcap + - meson script: - git clone https://github.com/swaywm/wlroots - cd wlroots |