We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4adc25 commit 5d7934aCopy full SHA for 5d7934a
src/meson.build
@@ -152,7 +152,7 @@ if not m4rie.found()
152
# For some reason, m4rie is not found via pkg-config on some systems (eg Conda)
153
m4rie = cc.find_library('m4rie', required: not is_windows, disabler: true)
154
endif
155
-mtx = dependency('mtx', required: false)
+mtx = dependency('libmtx', required: false)
156
if not mtx.found()
157
# fallback for older versions without pkg-config
158
mtx = cc.find_library(
0 commit comments