Skip to content

Commit 4cfc260

Browse files
author
Release Manager
committed
gh-40911: correct .pc name for mtx typo fix in the name ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [ ] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #40911 Reported by: Dima Pasechnik Reviewer(s): Tobias Diez
2 parents 94ae806 + 5d7934a commit 4cfc260

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)