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 get_link_targets and get_link_whole_targets options to build targets #13769

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eerii
Copy link

@eerii eerii commented Oct 9, 2024

After building gstreamer-full, we would like to override the dependencies' pkg-config files for all of the ones contained in the whole static library to point to gstreamer-full instead of themselves. Since gstreamer-rs uses system-deps (a wrapper for pkg-config) for dependency resolution, it is very useful to have this pkg-config files already pointing to the right place.

In order to do so, we need to know all of the names of the libraries bundled inside gstreamer-full. As far as I could tell, there was no way of accessing this information from the meson.build file. If there is a better way of doing this, I'd love to know.

Related: gstreamer#7624

@eerii eerii requested a review from jpakkane as a code owner October 9, 2024 08:51
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.

1 participant