forked from AuroraMiddleware/gtk
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 \
|
gettext \
|
||||||
git \
|
git \
|
||||||
glib2-devel \
|
glib2-devel \
|
||||||
|
glib2-static \
|
||||||
glibc-devel \
|
glibc-devel \
|
||||||
glibc-headers \
|
glibc-headers \
|
||||||
gobject-introspection-devel \
|
gobject-introspection-devel \
|
||||||
@ -61,6 +62,7 @@ RUN dnf -y install \
|
|||||||
ninja-build \
|
ninja-build \
|
||||||
pango-devel \
|
pango-devel \
|
||||||
pcre-devel \
|
pcre-devel \
|
||||||
|
pcre-static \
|
||||||
python3 \
|
python3 \
|
||||||
python3-jinja2 \
|
python3-jinja2 \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
Loading…
Reference in New Issue
Block a user