2024-04-04 14:15:11 +00:00
|
|
|
install_options = {'install': true, 'install_dir': get_option('libdir') / get_option('plugindir')}
|
|
|
|
|
2023-06-21 22:04:59 +00:00
|
|
|
subdir('http-files')
|
2023-06-12 21:50:16 +00:00
|
|
|
subdir('ice')
|
2023-06-12 21:11:50 +00:00
|
|
|
subdir('notification-sound')
|
2023-06-20 16:54:28 +00:00
|
|
|
subdir('omemo')
|
2023-06-04 07:40:29 +00:00
|
|
|
subdir('openpgp')
|
2023-06-20 17:46:41 +00:00
|
|
|
subdir('rtp')
|
2024-03-29 12:58:21 +00:00
|
|
|
if host_machine.system() == 'windows'
|
|
|
|
subdir('win32-fonts')
|
2024-03-29 12:58:31 +00:00
|
|
|
subdir('windows-notification')
|
2024-04-05 11:52:55 +00:00
|
|
|
else
|
|
|
|
subdir('phone-ringer')
|
2024-03-29 12:58:21 +00:00
|
|
|
endif
|