Skip to content

libs: va: make sure va-enumtypes.h is generated before it's used

Need to add a dep for the generated header file to the dependency() so that it gets generated before anyone tries to #include files from it (which may happen before the actual lib is built because that's only needed when stuff is linked together later).

See !2057 (comment 1323236) and CI build failures in !2096 (merged)

cc @ndufresne

Merge request reports