diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-05-27 15:39:42 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-05-27 15:39:42 -0500 |
commit | bc86f5fa7d7015d777a8cb1263ca3df917d08027 (patch) | |
tree | d1b14bbcfc92073879e1c91b03a019f6dc7c8e00 /blfs | |
parent | 54f02d26f3a56264338f4b060bc351063b0bae81 (diff) |
Enable Double-conversion for future Inkscape build in Extras.
Diffstat (limited to 'blfs')
-rw-r--r-- | blfs/Utils.Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/blfs/Utils.Makefile b/blfs/Utils.Makefile index d6f0fc0..885b958 100644 --- a/blfs/Utils.Makefile +++ b/blfs/Utils.Makefile @@ -16,8 +16,8 @@ editors = Bluefish Ed Emacs Joe Nano Vim # Gedit Mousepad filesystems = jfsutils sshfs -genlibs = enchant liblinear Talloc telepathy-glib \ - # CLucene Double-conversion Exempi GMime gspell libgrss libgsf \ +genlibs = Double-conversion enchant liblinear Talloc telepathy-glib \ + # CLucene Exempi GMime gspell libgrss libgsf \ libiodbc libportal libsigc3 libstatgrab \ libuninameslist libunique Pth Uchardet Umockdev wv @@ -110,6 +110,9 @@ Vim : Lua54 # Xorg-Libs GTK3 GPM rsync Ruby ### General Libraries ### +Double-conversion : # CMake + @echo $@ + enchant : # GLib Aspell dbus-glib Doxygen Hspell Hunspell @echo $@ |