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 bindings reference non-existent header #136
Comments
|
Indeed! Previously, the header name was passed explicitly, now it seems to be inferred somehow, which is wrong. |
|
Thanks for filing the issue, I didn't yet have the time to report the bug myself ... I only noticed that the new appstream version broke builds of appcenter and slingshot on fedora, and I guess elementaryOS will hit the same problem eventually. |
|
I need to submit a patch to Meson to allow setting |
|
Thanks, confirmed workaround works as advertised |
In recent releases (maybe since meson buildsystem introduced?), there's an error in the vala bindings:
cheader_filename references a non-existent file name: AppStream-1.0.h (instead of appstream.h ?)
The text was updated successfully, but these errors were encountered: