diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-05-16 09:31:44 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-05-16 09:31:44 -0500 |
commit | 4e89779ee0913ec89da267b8fdb660795fb6e112 (patch) | |
tree | 686765d8cd97805a1f0997240ead9b7078c6070a /blfs/QT5.Makefile | |
parent | ccaaf5cf8f8da9a67849d741dd526e612068179c (diff) |
Fix up some dependencies.
Diffstat (limited to 'blfs/QT5.Makefile')
-rw-r--r-- | blfs/QT5.Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/blfs/QT5.Makefile b/blfs/QT5.Makefile index 65d68fd..e0794ec 100644 --- a/blfs/QT5.Makefile +++ b/blfs/QT5.Makefile @@ -7,8 +7,8 @@ # wpa_supplicant cairo doxygen cmake graphviz # suggest waiting for cairo and graphviz for later -qt5 = qt-everywhere Avahi-qt CMake-qt gst-plugins-good-qt libtheora-qt \ - v4l-utils-qt wpa_supplicant-qt +qt5 = qt-everywhere Avahi-qt CMake-qt gst-plugins-base-qt \ + gst-plugins-good-qt v4l-utils-qt wpa_supplicant-qt all: $(qt5) @@ -105,6 +105,9 @@ gst-plugins-base : alsa-lib CDParanoia-III graphene gstreamer libogg libtheora \ libgudev Mesa wayland-protocols Xorg-Libs @echo $@ +gst-plugins-base-qt : qt-everywhere + @echo $@ + gst-plugins-good : AAlib alsa-oss FLAC gst-plugins-base LAME libcaca \ libdv libsoup libvpx mpg123 PulseAudio Speex taglib v4l-utils \ # Cairo GTK3 libgudev libjpeg-turbo libpng Mesa Wayland Valgrind \ |