mesonbuild/meson
Missing dependency between gir file and sources scanned for gir data.
已关闭
#3,073 创建于 2018年2月15日
buggnomegood first issuehelp wanted
仓库指标
- 星标
- (4,978 个星标)
- PR 合并指标
- (平均合并 139天 13小时) (30 天内合并 51 个 PR)
描述
When using gnome.generate_gir and specifying a list of sources to scan with
sources keyword argument, there is no dependency between generated GIR XML
file and those sources (unless the target happens to depend on them as well,
which is very likely but not necessarily true).