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

[libuuid] Provide .pc pkg-config files #11817

Closed
traversaro opened this issue Jun 7, 2020 · 0 comments · Fixed by #11849
Closed

[libuuid] Provide .pc pkg-config files #11817

traversaro opened this issue Jun 7, 2020 · 0 comments · Fixed by #11849
Assignees
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist

Comments

@traversaro
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The libuuid library on Unix system provides .pc files (see for https://packages.debian.org/jessie/amd64/uuid-dev/filelist), but the CMake-based build system maintained in vcpkg does not install them. This may be problematic because downstream build system that depend on libuuid may expect this .pc files to be available on Linux/macOS .

Proposed solution
We should modify the libuuid CMake-based build system maintained in vcpkg to emit .pc as done by the native libuuid build system.

Additional context

@LilyWangL LilyWangL added the category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist label Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants