pidgin/pidgin

Disable notification-sound on windows

2020-10-13, Gary Kramlich
3fb07a4b34dd
Disable notification-sound on windows

Disable the notification sounds plugin on windows as canberra is not available in msys2

Testing Done:
Deleted the notification-sound.so on linux and rebuilt to make sure it got rebuilt.

Reviewed at https://reviews.imfreedom.org/r/162/
subdir('keyrings')
subdir('notification-sound')
if PLUGINS
autoaccept = library('autoaccept', 'autoaccept.c',
dependencies : [libpurple_dep, glib],
name_prefix : '',
install : true, install_dir : PURPLE_PLUGINDIR)
buddynote = library('buddynote', 'buddynote.c',
dependencies : [libpurple_dep],
name_prefix : '',
install : true, install_dir : PURPLE_PLUGINDIR)
codeinline = library('codeinline', 'codeinline.c',
dependencies : [libpurple_dep],
name_prefix : '')
debug_example = library('debug_example', 'debug_example.c',
dependencies : [libpurple_dep],
name_prefix : '')
helloworld = library('helloworld', 'helloworld.c',
dependencies : [libpurple_dep],
name_prefix : '')
idle = library('idle', 'idle.c',
dependencies : [libpurple_dep],
name_prefix : '',
install : true, install_dir : PURPLE_PLUGINDIR)
joinpart = library('joinpart', 'joinpart.c',
dependencies : [libpurple_dep],
name_prefix : '',
install : true, install_dir : PURPLE_PLUGINDIR)
log_reader = library('log_reader', 'log_reader.c',
dependencies : [libpurple_dep],
name_prefix : '',
install : true, install_dir : PURPLE_PLUGINDIR)
notify_example = library('notify_example', 'notify_example.c',
dependencies : [libpurple_dep],
name_prefix : '')
offlinemsg = library('offlinemsg', 'offlinemsg.c',
dependencies : [libpurple_dep],
name_prefix : '',
install : true, install_dir : PURPLE_PLUGINDIR)
one_time_password = library('one_time_password', 'one_time_password.c',
dependencies : [libpurple_dep],
name_prefix : '')
pluginpref_example = library('pluginpref_example', 'pluginpref_example.c',
dependencies : [libpurple_dep],
name_prefix : '')
psychic = library('psychic', 'psychic.c',
dependencies : [libpurple_dep],
name_prefix : '',
install : true, install_dir : PURPLE_PLUGINDIR)
signals_test = library('signals-test', 'signals-test.c',
dependencies : [libpurple_dep],
name_prefix : '')
simple = library('simple-plugin', 'simple.c',
dependencies : [libpurple_dep],
name_prefix : '')
statenotify = library('statenotify', 'statenotify.c',
dependencies : [libpurple_dep],
name_prefix : '',
install : true, install_dir : PURPLE_PLUGINDIR)
test_request_input = library('test-request-input', 'test-request-input.c',
dependencies : [libpurple_dep],
name_prefix : '',
)
purple_toast = library('purple-toast', 'purple-toast.c',
dependencies : [libpurple_dep],
name_prefix: '',
install : true, install_dir : PURPLE_PLUGINDIR)
endif # PLUGINS