File: meson.build

package info (click to toggle)
rygel 45.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,732 kB
  • sloc: xml: 1,756; ansic: 1,081; python: 226; sh: 64; makefile: 24
file content (14 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
shared_module('rygel-example-server-plugin-c',
              ['example-server-plugin.h',
               'example-server-plugin.c',
               'example-root-container.h',
               'example-root-container.c'],
              c_args : '-DG_LOG_DOMAIN="ExampleServerPluginC"',
              dependencies: [rygel_core, rygel_server],
              install : true,
              install_dir : rygel_plugindir)

configure_file(input : 'example-server-c.plugin.in',
               output : 'example-server-c.plugin',
               configuration : plugin_config,
               install_dir : rygel_plugindir)