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 724648 - Vala dependency is not correctly detected
Vala dependency is not correctly detected
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: core
git master
Other Mac OS
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-18 14:27 UTC by Juan A. Suarez Romero
Modified: 2014-02-28 18:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Detect Vala presence (3.06 KB, patch)
2014-02-28 00:24 UTC, Juan A. Suarez Romero
committed Details | Review

Description Juan A. Suarez Romero 2014-02-18 14:27:10 UTC
If user doesn't pass "--enable/disable-vala", the system should correctly detect if Vala is available or not, and if so, it should activate Vala.

Right now it is not correctly handled.
Comment 1 Juan A. Suarez Romero 2014-02-28 00:24:41 UTC
Created attachment 270523 [details] [review]
build: Detect Vala presence

Build vala bindings if vala is present.
Comment 2 Juan A. Suarez Romero 2014-02-28 18:53:14 UTC
Attachment 270523 [details] pushed as f6b7305 - build: Detect Vala presence