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:56 -0500 |
commit | 88307d0a4daf07ab9d7182767ad2aa302e47e1e3 (patch) | |
tree | b41995b121d520d95e804e286b50197fafd06fa0 /blfs/Utils.Makefile | |
parent | 7d668dd9ca494f2d9583f35275eb65397789791c (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) |