summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2021-01-14 12:10:30 -0500
committerXavier Claessens <xavier.claessens@collabora.com>2021-01-26 08:58:12 -0500
commit58c6633d6cde71d8f3ac9f8dd05f97c7ad38b613 (patch)
treecb9d1b2c0c4c361d0ecd4342f4d2969217009d15 /.gitlab-ci.yml
parent23e46d13c5da49c695d3df35b9ebde6131a90dac (diff)
Meson: Fallback to gperf subproject on all platforms
With Meson 0.56 when find_program() does not find it on the system it automatically checks if a .wrap provides it and configure the subproject.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 651869c..a1a4062 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,8 @@ before_script:
- dnf -y upgrade --disablerepo=rawhide-modular
- dnf -y install --disablerepo=rawhide-modular --allowerasing --skip-broken @buildsys-build autoconf automake libtool gettext gettext-devel gperf expat-devel freetype-devel json-c-devel git docbook-utils docbook-utils-pdf bubblewrap
- dnf -y install --disablerepo=rawhide-modular --allowerasing --skip-broken mingw64-gettext mingw64-freetype mingw64-expat wine
- - dnf -y install --disablerepo=rawhide-modular --allowerasing --skip-broken meson ninja-build wget
+ - dnf -y install --disablerepo=rawhide-modular --allowerasing --skip-broken ninja-build wget python3-pip
+ - pip install meson
shared-build:
stage: build