1
Fork 0

meson.build: Fix build with when dbus support is disabled

This commit is contained in:
Nedko Arnaudov 2024-01-08 00:08:57 +02:00
parent 53b0297279
commit 102ea6b694
2 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@
Changelog
=========
LADI Version 12 on 20YY-MM-DD
-----------------------
* Fix meson build with when dbus support is disabled
LADI Version 11 on 2024-01-07
-----------------------
* Fix bunch of warnings

View File

@ -31,7 +31,8 @@ src_a2jmidid = [
'paths.c',
#'conf.c',
'jack.c',
'list.c']
'list.c',
'sigsegv.c']
# config.h input
conf_data = configuration_data()
@ -64,8 +65,7 @@ else
src_a2jmidid += [
'dbus.c',
'dbus_iface_introspectable.c',
'dbus_iface_control.c',
'sigsegv.c']
'dbus_iface_control.c']
install_man('man/a2j.1')
install_man('man/a2j_control.1')
configure_file(