ci: Add static packages for GLib and PCRE

Otherwise Meson will warn about missing static dependencies for
sysprof-capture-3.
This commit is contained in:
Emmanuele Bassi 2020-01-29 12:16:44 +01:00
parent 62352dd1fc
commit a7d295254f

View File

@ -23,6 +23,7 @@ RUN dnf -y install \
gettext \
git \
glib2-devel \
glib2-static \
glibc-devel \
glibc-headers \
gobject-introspection-devel \
@ -61,6 +62,7 @@ RUN dnf -y install \
ninja-build \
pango-devel \
pcre-devel \
pcre-static \
python3 \
python3-jinja2 \
python3-pip \