File: meson_options.txt

package info (click to toggle)
dbus-python 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,708 kB
  • sloc: ansic: 9,653; python: 4,664; makefile: 597; sh: 428
file content (23 lines) | stat: -rw-r--r-- 545 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
20
21
22
23
# Copyright 2022 Collabora Ltd.
# SPDX-License-Identifier: MIT

option(
    'redefine_function_declaration',
    type: 'string',
    value: 'G_GNUC_INTERNAL ret DBUS_GMAIN_FUNCTION_NAME (name) (__VA_ARGS__)',
    description: 'Redefinition of DBUS_GMAIN_FUNCTION(ret, name, ...)',
)

option(
    'redefine_function_name',
    type: 'string',
    value: 'dbus_gmain_ ## name',
    description: 'Redefinition of DBUS_GMAIN_FUNCTION_NAME(name)',
)

option(
    'tests',
    type: 'boolean',
    value: true,
    description: 'Enable unit tests',
)