66403012dc
This commit is to enable plugin to be build with meson for Windows (mingw64) build. Signed-off-by: Vadim Lomovtsev <jelezny@gmail.com>
10 lines
182 B
Meson
10 lines
182 B
Meson
subdir('http-files')
|
|
subdir('ice')
|
|
subdir('notification-sound')
|
|
subdir('omemo')
|
|
subdir('openpgp')
|
|
subdir('rtp')
|
|
if host_machine.system() == 'windows'
|
|
subdir('win32-fonts')
|
|
endif
|