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 722407 - Grilo build | `GLib.Icon' could not be found
Grilo build | `GLib.Icon' could not be found
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: core
git master
Other Linux
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2014-01-17 10:10 UTC by alex diavatis
Modified: 2014-01-17 10:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vala: add gio dependency (640 bytes, patch)
2014-01-17 10:20 UTC, Juan A. Suarez Romero
committed Details | Review

Description alex diavatis 2014-01-17 10:10:53 UTC
After:
https://git.gnome.org/browse/grilo/commit/?id=c8423dac910f41670754b0c18041854bcd64551d

Grilo is not buildable (with jhbuild). I get this error.

error: The type name `GLib.Icon' could not be found
Comment 1 Juan A. Suarez Romero 2014-01-17 10:20:46 UTC
Created attachment 266539 [details] [review]
vala: add gio dependency

GIcon is provided in GIO module.

This fixes the Vala break introduced by previous commit.
Comment 2 Juan A. Suarez Romero 2014-01-17 10:22:15 UTC
commit 5b0671d47f634b0dbb5dc9516a12a1fa6f7713d6
Author: Victor Manuel Jaquez Leal <vjaquez@igalia.com>
Date:   Fri Jan 17 10:17:25 2014 +0000

    vala: add gio dependency
    
    GIcon is provided in GIO module.
    
    This fixes the Vala break introduced by previous commit.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722407

 bindings/vala/grilo-0.2.deps | 1 +
 1 file changed, 1 insertion(+)