Skip to content

Commit

Permalink
plugins/meson.build: revert unintentional static link change
Browse files Browse the repository at this point in the history
Minor revert of 9db7144
- no change was to be done to meson.build.
  • Loading branch information
heitbaum committed Jan 13, 2025
1 parent 9db7144 commit da6efd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decoder/plugins/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ if libmodplug_dep.found()
]
endif

libopenmpt_dep = dependency('libopenmpt', required: get_option('openmpt'), static: true)
libopenmpt_dep = dependency('libopenmpt', required: get_option('openmpt'))
decoder_features.set('ENABLE_OPENMPT', libopenmpt_dep.found())
decoder_features.set('HAVE_LIBOPENMPT_VERSION_0_5', libopenmpt_dep.version().version_compare('>= 0.5'))
if libopenmpt_dep.found()
Expand Down

0 comments on commit da6efd6

Please sign in to comment.