mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
build: Misc cleanup of options
Cleanup of option names, use features where applicable, and printing of summary.
This commit is contained in:
@@ -28,6 +28,7 @@ common_sysinfo_deps = []
|
||||
|
||||
common_deps = [
|
||||
libgio_dep,
|
||||
libcanberra_dep,
|
||||
] + global_deps
|
||||
|
||||
common_includes = [
|
||||
@@ -72,22 +73,18 @@ textevents = custom_target('textevents',
|
||||
# SIGACTION
|
||||
# HAVE_GTK_MAC
|
||||
|
||||
if get_option('with-ssl')
|
||||
if libssl_dep.found()
|
||||
common_sources += 'ssl.c'
|
||||
common_deps += libssl_dep
|
||||
endif
|
||||
|
||||
if get_option('with-libcanberra')
|
||||
common_deps += dependency('libcanberra', version: '>= 0.22')
|
||||
endif
|
||||
|
||||
if get_option('with-dbus')
|
||||
if dbus_glib_dep.found()
|
||||
subdir('dbus')
|
||||
common_deps += hexchat_dbus_dep
|
||||
common_includes += include_directories('dbus')
|
||||
endif
|
||||
|
||||
if get_option('with-plugin')
|
||||
if get_option('plugin')
|
||||
common_deps += libgmodule_dep
|
||||
install_headers('hexchat-plugin.h')
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user