Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jordan Petridіs
gst-ci
Commits
38a1b046
Commit
38a1b046
authored
Mar 30, 2021
by
Stéphane Cerveau
🤸🏻
Browse files
docker: fedora: add qt5 devel package.
add qt5 devel package to build qt plugin Part-of: <
gstreamer/gst-ci!400
>
parent
8f8cd9ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/fedora/prepare.sh
View file @
38a1b046
...
...
@@ -62,6 +62,7 @@ dnf install -y \
mono-devel
\
procps-ng
\
patch
\
qt5-devel
\
redhat-rpm-config
\
json-glib
\
json-glib-devel
\
...
...
@@ -205,10 +206,6 @@ dnf builddep -y gstreamer1 \
# Remove gst-devel packages installed by builddep above
dnf remove
-y
"gstreamer1*devel"
# Remove Qt5 devel packages as we haven't tested building it and
# it leads to build issues in examples.
dnf remove
-y
"qt5-qtbase-devel"
# FIXME: Why does installing directly with dnf doesn't actually install
# the documentation files?
dnf download glib2-doc gdk-pixbuf2-devel
*
x86_64
*
gtk3-devel-docs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment