Skip to content

Appended "-uninstalled" to all generated .pc file names#19312

Open
alex1234567890123456789 wants to merge 2 commits into
conan-io:develop2from
alex1234567890123456789:feature-pc-files-should-have-uninstalled-prefix
Open

Appended "-uninstalled" to all generated .pc file names#19312
alex1234567890123456789 wants to merge 2 commits into
conan-io:develop2from
alex1234567890123456789:feature-pc-files-should-have-uninstalled-prefix

Conversation

@alex1234567890123456789

@alex1234567890123456789 alex1234567890123456789 commented Nov 25, 2025

Copy link
Copy Markdown
Contributor

This fixes issue where, if you are using a sysroot, pkgconf appends the sysroot directory to conan package lib/include dirs erroneously.

Closes #19311

  • Refer to the issue that supports this Pull Request.
  • If the issue has missing info, explain the purpose/use case/pain/need that covers this Pull Request.
  • I've read the Contributing guide.
  • I've followed the PEP8 style guides for Python code.
  • I've opened another PR in the Conan docs repo to the develop branch, documenting this one.

…nf doesn't prepend the sysroot to the directories of all conan packages. This occurs when you are using a sysroot in conjunction with PkgConfGenerator (e.g. meson). For example, building gstreamer with a sysroot for some dependencies and conan for others.
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.

[bug] Conan generated .pc files should have -uninstalled in file name so the packages work when using a sysroot

1 participant