diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-05-14 16:23:11 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-05-14 16:23:11 -0500 |
commit | c0b10a13898f1e4c4f2c95736614da4163de4e7c (patch) | |
tree | 9ca0f0a4a893b8a380e0cab641cc2e2fbde71605 /blfs/Utils.Makefile | |
parent | 94b4a2ad8ec75c598238b2d7fd4061ff28b3abff (diff) |
Remove libidn from Makefile and add build and deps for Xorg QT5 and KDE. Create Utils for future use.
Diffstat (limited to 'blfs/Utils.Makefile')
-rw-r--r-- | blfs/Utils.Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/blfs/Utils.Makefile b/blfs/Utils.Makefile new file mode 100644 index 0000000..f4c2650 --- /dev/null +++ b/blfs/Utils.Makefile @@ -0,0 +1,6 @@ +# Most deps like GLib, Xorg, gobject-introspection brought in from +# Systemd-Extras and Xorg in main and Xorg Makefiles and not listed +# here or commented in targets +utiltargets = + +all: $(utiltargets) |