mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
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:
parent
62352dd1fc
commit
a7d295254f
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user