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 723989 - Misc build fixes
Misc build fixes
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-10 00:13 UTC by Bastien Nocera
Modified: 2014-02-10 17:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Add missing introspection dependency on gio (990 bytes, patch)
2014-02-10 00:13 UTC, Bastien Nocera
committed Details | Review
doc: Fix parameter name in API docs (892 bytes, patch)
2014-02-10 00:14 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2014-02-10 00:13:41 UTC
.
Comment 1 Bastien Nocera 2014-02-10 00:13:56 UTC
Created attachment 268614 [details] [review]
build: Add missing introspection dependency on gio

GIcon is defined in Gio-2.0, so add it to the Gir dependencies.
Comment 2 Bastien Nocera 2014-02-10 00:14:06 UTC
Created attachment 268615 [details] [review]
doc: Fix parameter name in API docs
Comment 3 Juan A. Suarez Romero 2014-02-10 17:57:46 UTC
commit dc8a52a98801ebfe04d37a1bb1f1ce7362927872
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 10 01:12:44 2014 +0100

    doc: Fix parameter name in API docs
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723989

 src/grl-registry.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a6046475d3972d636c21bf4a82f3f39553aaa790
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 10 01:12:07 2014 +0100

    build: Add missing introspection dependency on gio
    
    GIcon is defined in Gio-2.0, so add it to the Gir dependencies.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723989

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Attachment 268614 [details] pushed as a604647 - build: Add missing introspection dependency on gio
Attachment 268615 [details] pushed as dc8a52a - doc: Fix parameter name in API docs