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

vala compiler --pkg includes more than necessary #5415

Open
chergert opened this issue May 23, 2019 · 1 comment
Open

vala compiler --pkg includes more than necessary #5415

chergert opened this issue May 23, 2019 · 1 comment

Comments

@chergert
Copy link

chergert commented May 23, 2019

libbaz = static_library(..
  dependencies: [dependency('baz', static: true),
]
foo = executable(..
  dependencies: [libbaz]
)

If at this point, --pkg baz will be added to things which are related to foo, even though it was static. This makes it difficult for me to use a static library via pkgconfig from Builder because eventually a valac plugin will try to compile using --pkg baz, for which no such vala package exists.

@ePirat
Copy link
Contributor

ePirat commented Jul 4, 2019

Maybe related to #3939

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

No branches or pull requests

2 participants