File: meson.build

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

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