Skip to content

Commit 5d7934a

Browse files
committed
correct .pc name for mtx
1 parent f4adc25 commit 5d7934a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ if not m4rie.found()
152152
# For some reason, m4rie is not found via pkg-config on some systems (eg Conda)
153153
m4rie = cc.find_library('m4rie', required: not is_windows, disabler: true)
154154
endif
155-
mtx = dependency('mtx', required: false)
155+
mtx = dependency('libmtx', required: false)
156156
if not mtx.found()
157157
# fallback for older versions without pkg-config
158158
mtx = cc.find_library(

0 commit comments

Comments
 (0)