Summary: | Fix dependency toolchain for glib in Android | ||
---|---|---|---|
Product: | Ytstenut | Reporter: | Alvaro Soliverez <alvaro.soliverez> |
Component: | ytstenut-glib | Assignee: | ytstenut |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | jussi.kukkonen |
Version: | unspecified | Keywords: | patch |
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Add pkg-config --static to Android build |
Description
Alvaro Soliverez
2012-03-27 05:14:26 UTC
According to pkg-config --help: --static output linker flags for static linking Is this what we are moving to, for the Android build? That's quite different from what the commit message says. The result of that flag is that pkg-config will output the whole dependency chain. In the case at hand, without that flag, pkg-config will only output the flags for glib. With the flag, it will also output the flags for libffi, which is a new glib dependency. It's either that, or add the libffi flags in configure.ac, and all the relevant Makefile.am files (In reply to comment #2) > The result of that flag is that pkg-config will output the whole dependency > chain. Android does need this, so, applied. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.