Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • kdesrc-build kdesrc-build
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • SDKSDK
  • kdesrc-buildkdesrc-build
  • Merge requests
  • !232

Set rpath to kdedir for appstream, which uses meson

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Jakob Petsovits requested to merge jpetso/kdesrc-build:work/jpetso/appstream-rpath into master May 21, 2023
  • Overview 5
  • Commits 1
  • Pipelines 1
  • Changes 1

Without this, appstreamcli (used by discover and dolphin) would rely on LD_LIBRARY_PATH to find the correct libappstream.so, and that's not great because the standard prefix.sh doesn't set LD_LIBRARY_PATH, relying on rpath instead.

Appstream's meson build doesn't set rpath for installed binaries by default, but can be prodded into adding it with LDFLAGS.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/jpetso/appstream-rpath