Oops, these are not required. Thank you, CI

This commit is contained in:
Chris Cannam
2021-03-12 09:54:56 +00:00
parent 91274b3fd5
commit 7d2160cefa

View File

@@ -103,8 +103,8 @@ thread_dep = dependency('threads')
have_ladspa = cpp.has_header('ladspa.h', args: extra_include_args) have_ladspa = cpp.has_header('ladspa.h', args: extra_include_args)
have_jni = cpp.has_header('jni.h', args: extra_include_args) have_jni = cpp.has_header('jni.h', args: extra_include_args)
javac = find_program('javac') javac = find_program('javac', required: false)
jar = find_program('jar') jar = find_program('jar', required: false)
# Check FFT and resampler options and set up dependencies and paths # Check FFT and resampler options and set up dependencies and paths