Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • G gsettings-desktop-schemas
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gsettings-desktop-schemas
  • Merge requests
  • !62

gsettings-desktop-schemas.pc.in: use pc_sysrootdir for prefix

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Markus Volk requested to merge flk/gsettings-desktop-schemas:master into master Dec 29, 2022
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

gnome-settings uses pkgconfig to find gdesktop-enums.h https://github.com/GNOME/gnome-control-center/blob/4648296a706df83af984a918e5f14c3ece42f5fc/panels/background/meson.build#L22

Adding pc-sysrootdir to prefix would allow to find the file also if we have a user defined sysroot. This will fix cross compilation of gnome-control-center with yocto/openembedded that otherwise fails like this:

| ../gnome-control-center-43.2/panels/background/meson.build:27:0: ERROR: File /usr/include/gsettings-desktop-schemas/gdesktop-enums.h does not exist.

Signed-off-by: Markus Volk f_l_k@t-online.de

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: master