Compare commits

...

1 Commits
stable ... next

Author SHA1 Message Date
Nedko Arnaudov b6483feba8 dbus/wscript: remove Windows conditional
git commit 8d7faa5bea
made installation of jack_control depend on bulid host operating
system.

While the commit correcty moved jack_control out of tools,
in https//ladish.org/jackdbus.html context jack_control is always to
be installed, as D-Bus is enabled by definition.

In context of jackaudio.org/jack2 project distributing jack_control
optionally, it makes sense to correct the conditional to depend on
dbus configure time flag.
2022-09-14 19:03:55 +03:00
1 changed files with 1 additions and 2 deletions

View File

@ -112,5 +112,4 @@ def build(bld):
install_path='${DBUS_SERVICES_DIR}/',
BINDIR=bld.env['PREFIX'] + '/bin')
if not bld.env['IS_WINDOWS']:
bld.install_files('${PREFIX}/bin', 'jack_control', chmod=0o755)
bld.install_files('${PREFIX}/bin', 'jack_control', chmod=0o755)