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-- 250 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
if TYPES.contains('default') and PURPLE.found()
  capsnot = shared_library('capsnot',
    'capsnot.c',
    dependencies : [PURPLE, GLIB],
    name_prefix : '',
    install : true,
    install_dir : PURPLE_LIBDIR)
  PP_PURPLE_BUILD += 'capsnot'
endif