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

[gts] Provide .pc pkg-config files #11808

Closed
traversaro opened this issue Jun 6, 2020 · 0 comments · Fixed by #11884
Closed

[gts] Provide .pc pkg-config files #11808

traversaro opened this issue Jun 6, 2020 · 0 comments · Fixed by #11884
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 gts library on Unix system provides .pc files (see for https://packages.debian.org/jessie/amd64/libgts-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 gts may expect this .pc files to be available on Linux/macOS .

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

Additional context
This emerged from #11273 .

@PhoebeHui PhoebeHui added the category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist label Jun 10, 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