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/Xorg.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/Xorg.Makefile')
-rw-r--r-- | blfs/Xorg.Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/blfs/Xorg.Makefile b/blfs/Xorg.Makefile index 55f28f5..c23f27b 100644 --- a/blfs/Xorg.Makefile +++ b/blfs/Xorg.Makefile @@ -17,8 +17,8 @@ at-spi2-core : GLib Xorg-Libs gobject-introspection GTK-Doc # dbus ATK : GLib gobject-introspection GTK-Doc @echo $@ -Cairo : Pixman libdrm Fontconfig GLib GTK-Doc libpng libxml2 LZO Valgrind \ - Xorg-Libs +Cairo : Pixman libdrm Fontconfig GLib GTK-Doc libpng libxml2 LZO \ + Xorg-Libs # Valgrind @echo $@ Cairo-Extra : Cogl GTK2 GTK3 Poppler QT @@ -106,7 +106,7 @@ libvdpau : Xorg-Libs Graphviz libwacom : libgudev @echo $@ -Mesa : libdrm libva libvdpau LLVM libgcrypt Nettle Valgrind +Mesa : libdrm libva libvdpau LLVM libgcrypt Nettle # Valgrind @echo $@ https://gitlab.freedesktop.org/mesa/mesa.git mtdev : @@ -178,5 +178,5 @@ Xorg-Server : libepoxy Pixman-GTK2 xcb-util-keysyms xcb-util-image \ Wayland-Protocols Nettle libgcrypt fop @echo $@ -xterm : dejavu-fonts Xorg-Apps PCRE2 Valgrind +xterm : dejavu-fonts Xorg-Apps PCRE2 # Valgrind @echo $@ |