| 1 if PLUGINS |
|
| 2 |
|
| 3 if target_machine.system() != 'windows' |
1 if target_machine.system() != 'windows' |
| 4 CANBERRA = dependency('libcanberra', version: '>= 0.30') |
2 CANBERRA = dependency('libcanberra', version: '>= 0.30') |
| 5 |
3 |
| 6 library('notification-sound', 'notification-sound.c', |
4 library('notification-sound', 'notification-sound.c', |
| 7 dependencies : [libpurple_dep, glib, CANBERRA], |
5 dependencies : [libpurple_dep, glib, CANBERRA], |
| 8 name_prefix : '', |
6 name_prefix : '', |
| 9 install : true, install_dir : PURPLE_PLUGINDIR) |
7 install : true, install_dir : PURPLE_PLUGINDIR) |
| 10 endif |
8 endif |
| 11 |
9 |
| 12 endif |
|
| 13 |
|