plugins/meson.build: revert unintentional static link change
Minor revert of 9db7144d0fa4512335070a984690f3f5034210a5 - no change was to be done to meson.build.
This commit is contained in:
parent
9db7144d0f
commit
da6efd6361
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user