Skip to content

Fix rpaths#160

Merged
directfb2 merged 2 commits intodirectfb2:masterfrom
apteryks:fix-rpaths
Aug 12, 2025
Merged

Fix rpaths#160
directfb2 merged 2 commits intodirectfb2:masterfrom
apteryks:fix-rpaths

Conversation

@apteryks
Copy link
Copy Markdown

No description provided.

Maxim Cournoyer added 2 commits July 31, 2025 07:13
env is at /usr/bin/env, not /bin/env
The build_rpath value used is an *installation prefix*, hence
install_rpath should be used instead of build_rpath.

Automated with:

  git grep -l build_rpath | xargs sed -i 's/build_rpath/install_rpath/'

Fixes: directfb2#159
@directfb2 directfb2 merged commit 3c95718 into directfb2:master Aug 12, 2025
directfb2 pushed a commit that referenced this pull request Aug 12, 2025
@caramelli
Copy link
Copy Markdown
Contributor

Thanks!

Indeed, install_rpath should be set (note that build_rpath is preserved in case the build outputs are used without running meson install).

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.

3 participants