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 572554 - emit pkgconfig magic for vapigen detection
emit pkgconfig magic for vapigen detection
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Allison Karlitskaya (desrt)
Vala maintainers
Depends on:
Blocks: 515973
 
 
Reported: 2009-02-20 14:01 UTC by Allison Karlitskaya (desrt)
Modified: 2009-02-20 18:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
. (1.67 KB, patch)
2009-02-20 14:03 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Allison Karlitskaya (desrt) 2009-02-20 14:01:33 UTC
it should be possible to detect if vapigen (and vala-gen-introspect and gen-introspect) have been installed, and where, using pkgconfig.
Comment 1 Allison Karlitskaya (desrt) 2009-02-20 14:03:07 UTC
Created attachment 129151 [details] [review]
.
Comment 2 Jürg Billeter 2009-02-20 18:28:03 UTC
2009-02-20  Ryan Lortie  <desrt@desrt.ca>

	* configure.ac:
	* vala-1.0.pc.in:

	Output 'vapigen' 'gen_introspect' and 'vala_gen_introspect' variables
	into the vala-1.0.pc file if --enable-vapigen, fixes bug 572554