Skip to content

Commit

Permalink
[meson build system] renamed meson.options to meson_options.txt for c…
Browse files Browse the repository at this point in the history
…ompatibility with older meson versions; fmt dependency is only needed when installing jfwonder
  • Loading branch information
faressc committed Mar 20, 2024
1 parent d07f81d commit 31833b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
File renamed without changes.

0 comments on commit 31833b0

Please sign in to comment.