File: meson.build

package info (click to toggle)
xdg-dbus-proxy 0.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 408 kB
  • sloc: ansic: 3,182; xml: 211; makefile: 37; sh: 19
file content (19 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
project(
  'use-xdg-dbus-proxy-as-subproject',
  'c',
  version : '0',
  meson_version : '>=0.49.0',
)

configure_file(
  output : 'config.h',
  input : 'dummy-config.h.in',
  configuration : configuration_data(),
)

subproject(
  'dbus-proxy',
  default_options : [
    'program_prefix=notflatpak-',
  ],
)