mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
8 lines
184 B
Meson
8 lines
184 B
Meson
shared_module('winamp', 'winamp.c',
|
|
dependencies: [libgio_dep, zoitechat_plugin_dep],
|
|
install: true,
|
|
install_dir: plugindir,
|
|
name_prefix: '',
|
|
vs_module_defs: 'winamp.def',
|
|
)
|