File: meson.build

package info (click to toggle)
purple-plugin-pack 2.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,984 kB
  • sloc: ansic: 18,412; xml: 12; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
if TYPES.contains('default') and BUILD_SWITCH_SPELL and PIDGIN.found()
  switchspell = shared_module('switchspell',
    'switchspell.c',
    dependencies : [ASPELL, ENCHANT, GTKSPELL, PIDGIN, GTK],
    name_prefix : '',
    install : true,
    install_dir : PIDGIN_LIBDIR)
  PP_PIDGIN_BUILD += 'switchspell'
endif