mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
meson: move dbus-interfaces-dir
This commit is contained in:
parent
e99f8605e2
commit
320848a6ba
@ -179,6 +179,8 @@ option('dbussessionservicedir', type : 'string',
|
||||
description : 'D-Bus session service directory')
|
||||
option('dbussystemservicedir', type : 'string',
|
||||
description : 'D-Bus system service directory')
|
||||
option('dbus-interfaces-dir', type : 'string',
|
||||
description : 'export D-Bus introspection XML as standalone files')
|
||||
option('pkgconfigdatadir', type : 'string', value : '',
|
||||
description : 'directory for arch-independent pkg-config files')
|
||||
option('pkgconfiglibdir', type : 'string', value : '',
|
||||
@ -484,6 +486,3 @@ option('analyze', type: 'boolean', value: 'true',
|
||||
|
||||
option('bpf-framework', type : 'combo', choices : ['auto', 'true', 'false'],
|
||||
description: 'build BPF programs from source code in restricted C')
|
||||
|
||||
option('dbus-interfaces-dir', type : 'string',
|
||||
description : 'export D-Bus introspection XML as standalone files')
|
||||
|
Loading…
Reference in New Issue
Block a user