After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 764090 - build-sys: non-introspection needs disabled vala
build-sys: non-introspection needs disabled vala
Status: RESOLVED FIXED
Product: libsoup
Classification: Core
Component: Misc
unspecified
Other All
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2016-03-23 16:39 UTC by Andres Gomez
Modified: 2016-04-25 15:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build-sys: non-introspection needs disabled vala (1.05 KB, patch)
2016-03-23 16:39 UTC, Andres Gomez
none Details | Review

Description Andres Gomez 2016-03-23 16:39:53 UTC
Building with --disable-introspection will fail if we don't pass
--disable-vala and the reason is not that obvious.

Added a clarifying error message.

Signed-off-by: Andres Gomez <agomez@igalia.com>
Comment 1 Andres Gomez 2016-03-23 16:39:58 UTC
Created attachment 324603 [details] [review]
build-sys: non-introspection needs disabled vala
Comment 2 Dan Winship 2016-04-25 15:37:10 UTC
Thanks. Fixed differently, by making --disable-introspection
automatically imply --disable-vala
Comment 3 Andres Gomez 2016-04-25 15:40:32 UTC
Thanks to you, Dan! :)