mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-05 10:42:33 +01:00
cbb0927a7a
Cleanup of option names, use features where applicable, and printing of summary.
12 lines
190 B
Meson
12 lines
190 B
Meson
if get_option('plugin')
|
|
subdir('pkgconfig')
|
|
endif
|
|
|
|
if get_option('gtk-frontend')
|
|
subdir('icons')
|
|
subdir('misc')
|
|
subdir('man')
|
|
elif get_option('theme-manager')
|
|
subdir('misc')
|
|
endif
|