Compare commits

...

3 Commits

Author SHA1 Message Date
Nedko Arnaudov e362a9a13b meson: disable siginfo build
siginfo was already disabled in waf builds

See commit 13fa61455c
2024-03-27 00:04:39 +02:00
Nedko Arnaudov 22e0a60631 meson: Fix after README->README.adoc rename 2024-03-26 23:53:22 +02:00
Nedko Arnaudov 497decb295 Bump version to 1.2 2024-03-26 23:50:09 +02:00
3 changed files with 6 additions and 4 deletions

View File

@ -40,7 +40,6 @@ daemon_sources = [
'room_load.c',
'room_save.c',
'save.c',
'siginfo.c',
'studio.c',
'studio_jack_conf.c',
'studio_list.c',
@ -48,6 +47,9 @@ daemon_sources = [
'../string_constants.c',
]
# define SIGINFO_ENABLED and build
# 'siginfo.c',
ladishd = executable('ladishd', daemon_sources,
dependencies : deps,
include_directories : inc,

View File

@ -1,5 +1,5 @@
project('ladish', 'c', 'cpp',
version : '0.3',
version : '1.2',
license : 'MIT')
data_dir = get_option('prefix') / 'share' / 'ladish'
@ -68,7 +68,7 @@ if get_option('gladish').enabled()
subdir('art')
endif
install_data(['AUTHORS', 'README', 'NEWS'], install_dir : data_dir)
install_data(['AUTHORS', 'README.adoc', 'NEWS'], install_dir : data_dir)
install_data('ladish_control',
install_dir : get_option('prefix') / 'bin')

View File

@ -7,7 +7,7 @@ from __future__ import with_statement
parallel_debug = False
APPNAME='ladish'
VERSION='1.1'
VERSION='1.2'
DBUS_NAME_BASE = 'org.ladish'
RELEASE = True