diff options
author | Wu Xiaotian <[email protected]> | 2019-10-15 21:36:01 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-28 11:21:18 +0100 |
commit | 86af99e49d8f3349197de3c49f8f617fa56c710f (patch) | |
tree | e1cf4a79d082a0f0be2fd9ac9852613d95886618 | |
parent | 8cdebb2648a4c7aa1307b18bd36c3874516886f1 (diff) | |
download | libmatekbd-86af99e49d8f3349197de3c49f8f617fa56c710f.tar.bz2 libmatekbd-86af99e49d8f3349197de3c49f8f617fa56c710f.tar.xz |
ci: add autopoint build-dep
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index cb49b8a..9b6c733 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,6 @@ requires: - git - gobject-introspection - gtk3 - - intltool - libxklavier - make - mate-common @@ -78,12 +77,12 @@ requires: debian: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/libmatekbd + - autopoint - clang - clang-tools - cppcheck - git - gobject-introspection - - intltool - libgirepository1.0-dev - libglib2.0-dev - libgtk-3-dev @@ -110,11 +109,11 @@ requires: - redhat-rpm-config ubuntu: + - autopoint - clang - clang-tools - git - gobject-introspection - - intltool - libgirepository1.0-dev - libglib2.0-dev - libgtk-3-dev |