diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-06-06 14:43:58 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-06-06 14:43:58 -0500 |
commit | 6132c19762b7d74ba7ad06e291b6401c632bbc28 (patch) | |
tree | 160a211ea954073f852d28e71652b8748cc10723 /blfs/KDE.Makefile | |
parent | f6e5ab2942b6bbcb37bbbbe7ded569a1eb376cb4 (diff) |
Add missing dep of CMake to Graphite. Mv libpsl to main Makefile from QT5.Makefile. Make Valgrind a commented dep. More trouble than it is worth.
Diffstat (limited to 'blfs/KDE.Makefile')
-rw-r--r-- | blfs/KDE.Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/blfs/KDE.Makefile b/blfs/KDE.Makefile index 4b36d32..2e221d0 100644 --- a/blfs/KDE.Makefile +++ b/blfs/KDE.Makefile @@ -150,8 +150,8 @@ grantleetheme : grantlee gst-plugins-bad : FAAC FAAD2 fdk-aac libass libexif libdvdread libdvdnav \ libmpeg2 neon opencv OpenJPEG SoundTouch x265 BlueZ cURL \ gst-plugins-base GTK3 LCMS2 libgcrypt libgudev librsvg libsndfile \ - libssh2 libwebp libxkbcommon Nettle Opus SBC Valgrind Wayland \ - Xorg-Libs + libssh2 libwebp libxkbcommon Nettle Opus SBC Wayland Xorg-Libs \ + # Valgrind @echo $@ gst-plugins-ugly : liba52 libcdio libdvdread libmpeg2 x264 @@ -172,7 +172,7 @@ Hunspell : hyphen : @echo $@ -id3lib : alsa-lib FLAC asciidoc Valgrind +id3lib : alsa-lib FLAC asciidoc # Valgrind @echo $@ ImageMagick : libgxps libraw OpenEXR OpenJPEG @@ -471,7 +471,7 @@ NetworkManager : dhcp jansson libndp mobile-broadband-provider-info \ ModemManager newt UPower \ cURL gobject-introspection iptables nss Polkit PyGObject Vala \ wpa_supplicant BlueZ DBus-Python GnuTLS GTK-Doc libpsl \ - qt-everywhere Valgrind + qt-everywhere # Valgrind @echo $@ newt : popt slang GPM @@ -538,7 +538,7 @@ pinentry : libassuan @echo $@ pipewire : BlueZ ffmpeg gstreamer gst-plugins-base libva PulseAudio SBC \ - SDL2 v4l-utils Valgrind Doxygen Graphviz + SDL2 v4l-utils Doxygen Graphviz # Valgrind @echo $@ plasma-wayland-protocols : extra-cmake-modules @@ -613,7 +613,7 @@ x264 : NASM x265 : CMake NASM @echo $@ -xapian : Valgrind +xapian : # Valgrind @echo $@ xine-lib : FAAD2 ImageMagick liba52 libdvdcss libdvdnav libmad Samba ffmpeg-min |