-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
When searching for googletest meson will forcibly look in hard-coded /usr paths:
meson/mesonbuild/dependencies/dev.py
Line 57 in e4bbc63
| self.src_dirs = ['/usr/src/gtest/src', '/usr/src/googletest/googletest/src'] |
This causes problems when you're doing builds in sysroots and such like.
A previous MR to attempt to resolve this was filed (#5919) but closed as there wasn't a clear idea on how to proceed without hardcoding /usr/.
Then again, googletest has had a pkgconfig file since 2017 in release 1.8.1 onwards (google/googletest@8604c4a), so is the non-pkgconfig codepath still actually useful?
Metadata
Metadata
Assignees
Labels
No labels