diff options
author | Logan Rathbone <poprocks@gmail.com> | 2021-06-09 21:09:13 -0400 |
---|---|---|
committer | Logan Rathbone <poprocks@gmail.com> | 2021-06-09 21:09:13 -0400 |
commit | 57f274f70bf19a40dd9666b0a8bd293f4f95c9f7 (patch) | |
tree | d6f21f3c4a513d871d8c3d11c3842a45dfe28867 | |
parent | Change gitlab-ci.yml file to use meson (diff) | |
download | zenity-57f274f70bf19a40dd9666b0a8bd293f4f95c9f7.tar.gz zenity-57f274f70bf19a40dd9666b0a8bd293f4f95c9f7.tar.bz2 zenity-57f274f70bf19a40dd9666b0a8bd293f4f95c9f7.zip |
gitlab-ci.yml: switch autotools deps for meson
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d6e13b2..7437fd7a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - DEPENDENCIES: gettext gettext-devel gcc redhat-rpm-config automake libtool autoconf autoconf-archive git + DEPENDENCIES: gettext gettext-devel gcc redhat-rpm-config meson libtool git gtk3-devel yelp-tools build_fedora_33: |