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

Add PKG_CONFIG_PATH to all *-linux-gnu images. #727

Merged
merged 1 commit into from
May 29, 2022

Conversation

Alexhuszagh
Copy link
Contributor

This adds support for pkg-config to all *-linux-gnu images, since pkg-config is already installed on these images. We export PKG_CONFIG_PATH which allows packages installed from apt to be automatically added to the search path when linking.

See cross_dbus_pkgconfig for examples building and linking against a library with a D-BUS dependency.

Closes #404.

This adds support for pkg-config to all `*-linux-gnu` images, since
`pkg-config` is already installed on these images. We export
`PKG_CONFIG_PATH` which allows packages installed from `apt` to be
automatically added to the search path when linking.
@Alexhuszagh Alexhuszagh requested a review from a team as a code owner May 29, 2022 13:15
Copy link
Member

@Emilgardis Emilgardis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

@bors
Copy link
Contributor

bors bot commented May 29, 2022

Build succeeded:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Define PKG_CONFIG_PATH in Docker images
2 participants