mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
fedora: Install gtk3 and gdk-pixbuf documentation
This commit is contained in:
parent
274f183955
commit
9afac85d0d
1 changed files with 5 additions and 3 deletions
|
@ -186,9 +186,11 @@ dnf remove -y "gstreamer1*devel"
|
||||||
# it leads to build issues in examples.
|
# it leads to build issues in examples.
|
||||||
dnf remove -y "qt5-qtbase-devel"
|
dnf remove -y "qt5-qtbase-devel"
|
||||||
|
|
||||||
# FIXME: Why does installing directly with dnf *fails* ?
|
# FIXME: Why does installing directly with dnf doesn't actually install
|
||||||
dnf download glib2-doc
|
# the documentation files?
|
||||||
rpm -i glib2-doc*.rpm
|
dnf download glib2-doc gdk-pixbuf2-devel*x86_64* gtk3-devel-docs
|
||||||
|
rpm -i --reinstall *.rpm
|
||||||
|
rm -f *.rpm
|
||||||
|
|
||||||
# get gst-build and make all subprojects available
|
# get gst-build and make all subprojects available
|
||||||
git clone git://anongit.freedesktop.org/gstreamer/gst-build /gst-build/
|
git clone git://anongit.freedesktop.org/gstreamer/gst-build /gst-build/
|
||||||
|
|
Loading…
Reference in a new issue