~hp/vm.lv2

ca29e50065c1064bb261f4d85c261810d8ccfc36 — Hanspeter Portner 5 months ago cf79500
meson: copy c_args from nk_pugl
2 files changed, 5 insertions(+), 2 deletions(-)

M meson.build
M meson_options.txt
M meson.build => meson.build +4 -1
@@ 59,7 59,10 @@ ui_srcs = [
  join_paths('src', 'vm_ui.c')
]

c_args = ['-fvisibility=hidden']
c_args = [
  '-fvisibility=hidden',
  '-Wno-unknown-warning-option',
  '-Wno-null-pointer-subtraction']

version = get_option('version').split('.')
add_project_arguments('-DSHERLOCK_VERSION="'

M meson_options.txt => meson_options.txt +1 -1
@@ 9,4 9,4 @@ option('lv2libdir',
	type : 'string',
	value : 'lib/lv2')

option('version', type : 'string', value : '0.15.13')
option('version', type : 'string', value : '0.15.41')