You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're right, this is a bug. However, this is partly because the way we declare a Vala dependency is hacky. The correct fix is to make declare_dependency understand Vala dependencies. We will need this for Rust too.
Here's the typical use case where you create some library and bundle a vapi along, potentially from
vapigen
, and use it along a C target:This is causing the following error:
I'm either doing this wrong or having a
*.vapi
as source should not be a sufficient criteria to promote a target.The text was updated successfully, but these errors were encountered: