diff options
author | raveit65 <[email protected]> | 2019-04-12 00:56:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-12 01:25:02 +0200 |
commit | c6a483dfed838d0771719cde52015eeae0b09232 (patch) | |
tree | 915b1c43c2593338bb4a2fe8f2f37f65a0f4c7c1 | |
parent | 79fa19680a17d1f7de13303495a85291a02e6a89 (diff) | |
download | mate-desktop-c6a483dfed838d0771719cde52015eeae0b09232.tar.bz2 mate-desktop-c6a483dfed838d0771719cde52015eeae0b09232.tar.xz |
travis: add meson dependency
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f94f490..0479f2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,6 +72,7 @@ requires: - intltool - iso-codes - librsvg + - meson - make - mate-common - startup-notification @@ -100,6 +101,7 @@ requires: - libxml2-dev - libxrandr-dev - mate-common + - meson fedora: # Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-desktop.git @@ -117,6 +119,7 @@ requires: - librsvg2-tools - make - mate-common + - meson - redhat-rpm-config - startup-notification-devel @@ -140,6 +143,7 @@ requires: - libxml2-dev - libxrandr-dev - mate-common + - meson variables: - CFLAGS="-Wall -Werror=format-security" |