anotherim-desktop/plugins/meson.build

15 lines
349 B
Meson
Raw Permalink Normal View History

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')
if host_machine.system() == 'windows'
subdir('win32-fonts')
subdir('windows-notification')
2024-04-05 11:52:55 +00:00
else
subdir('phone-ringer')
endif