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
Yes, we could error() if a user builds vapi without introspection, pull the vapi block into the introspection block so it won't be used if introspection is not used, or do both.
But as I do not know how to use the meson build system and I do not know libgusb, I do not feel qualified to do the change myself.
Is this
endif
safe? Shouldn't it be after thevapi
if-block?libgusb/gusb/meson.build
Line 180 in a6f0cba
The
libgusb_girtarget
is not set ifintrospection
is not enabled butvapi
isUsing a Yocto build with 636efc0 where this is included:
libgusb/gusb/meson.build
Line 125 in 636efc0
I get the following error (snipped away some dirs):
The text was updated successfully, but these errors were encountered: