build: Misc cleanup of options

Cleanup of option names, use features where applicable, and printing
of summary.
This commit is contained in:
Patrick Griffis
2021-07-13 11:12:22 -05:00
parent 25440a07c3
commit cbb0927a7a
9 changed files with 91 additions and 55 deletions

View File

@@ -1,13 +1,13 @@
subdir('common')
if get_option('with-gtk')
if get_option('gtk-frontend')
subdir('fe-gtk')
endif
if get_option('with-text')
if get_option('text-frontend')
subdir('fe-text')
endif
if get_option('with-theme-manager')
if get_option('theme-manager')
subdir('htm')
endif