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:40 -0500 |
commit | ac6b051b44cb21d1484d8b2f0b20d9cd35ffb114 (patch) | |
tree | 3aa622a65894a4603c5b9c00a9dbec7e56e9e255 /blfs/Utils.Makefile | |
parent | 4736aceb2629e236751cb3e0fb9eff2e487e6f49 (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) |