diff --git a/meson.build b/meson.build index 2c69ed8..8186ca8 100644 --- a/meson.build +++ b/meson.build @@ -11,7 +11,9 @@ thread_dep = dependency('threads') xml_dep = dependency('libxml++-3.0', fallback: ['libxml++-3.0', 'xmlxx_dep']) jack_dep = dependency('jack') liblo_dep = dependency('liblo') -fmt_dep = dependency('fmt') +if get_option('jfwonder') + fmt_dep = dependency('fmt') +endif subdir('src/include') inc = include_directories('src/include') diff --git a/meson.options b/meson_options.txt similarity index 100% rename from meson.options rename to meson_options.txt