pidgin/pidgin

Parents 8019945e1c21
Children df9aafbae930
Disable notification sound on Haiku as it doesn't have canberra

Testing Done:
Build on linux and haiku without issue.

Reviewed at https://reviews.imfreedom.org/r/3070/
--- a/libpurple/plugins/notification-sound/meson.build Mon Mar 25 22:56:20 2024 -0500
+++ b/libpurple/plugins/notification-sound/meson.build Wed Apr 03 16:32:56 2024 -0500
@@ -1,4 +1,4 @@
-if host_machine.system() != 'windows'
+if host_machine.system() not in ['haiku', 'windows']
CANBERRA = dependency('libcanberra', version: '>= 0.30')
library('notification-sound', 'notification-sound.c',