Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mutter rpath when cross compiling #37924

Merged
merged 3 commits into from Jul 9, 2022
Merged

Conversation

oreo639
Copy link
Member

@oreo639 oreo639 commented Jul 8, 2022

Testing the changes

  • I tested the changes in this PR: YES

Not sure why we are running into this issue now since we have been patching it like this since forever, but typelibdir is just used for the rpath and currently it is returning stuff like /usr/aarch64-linux-musl//usr/lib64/mutter-10 when cross compiling due to pc_sysrootdir.

Previously we were using pc_sysrootdir which is an issue since this is used for
the rpath.
The typelibdir variable was including pc_sysrootdir, which breaks the rpath
when cross compiling.
The typelibdir variable was including pc_sysrootdir, which breaks the rpath
when cross compiling.
@paper42 paper42 merged commit 7809a73 into void-linux:master Jul 9, 2022
@oreo639 oreo639 deleted the mutter-rpath branch July 25, 2022 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants