aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7495f2b..dcee416 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,13 +3,19 @@ dist: xenial
language: c
compiler: gcc
+before_script:
+ - pip3 install meson
+
addons:
apt:
update: true
sources:
- ubuntu-toolchain-r-test
packages:
- - meson
+ - python3
+ - python3-pip
+ - python3-setuptools
+ - ninja-build
- libdrm-dev
- libgbm-dev
- libepoxy-dev