diff options
author | raveit65 <[email protected]> | 2020-04-09 12:26:46 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-09 19:20:50 +0200 |
commit | c27bea88bda7bef9cb46353ec7793e9a9140c249 (patch) | |
tree | 7028c2dc8e4e5e9cd80cf25e553f684f2f075122 | |
parent | 6a78389888398f3aa2fe4e471cbf8c9551cbb1f2 (diff) | |
download | mate-indicator-applet-c27bea88bda7bef9cb46353ec7793e9a9140c249.tar.bz2 mate-indicator-applet-c27bea88bda7bef9cb46353ec7793e9a9140c249.tar.xz |
ci: add requires autoconf-archive
-rw-r--r-- | .build.yml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,7 @@ requires: archlinux: # Useful URL: https://git.archlinux.org/svntogit/community.git/tree/mate-indicator-applet + - autoconf-archive - clang - gcc - git @@ -17,6 +18,7 @@ requires: debian: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/mate-indicator-applet + - autoconf-archive - autopoint - clang - clang-tools @@ -34,6 +36,7 @@ requires: fedora: # Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-indicator-applet.git + - autoconf-archive - clang - clang-analyzer - gcc @@ -46,6 +49,7 @@ requires: - redhat-rpm-config ubuntu: + - autoconf-archive - autopoint - clang - clang-tools |