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 723945 - Shotwell plugin shotwell-publishing requires json-glib
Shotwell plugin shotwell-publishing requires json-glib
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: module sets
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2014-02-09 08:48 UTC by Luca Bruno
Modified: 2014-02-09 14:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luca Bruno 2014-02-09 08:48:21 UTC
This is the error I'm hitting in my jhbuild:
/home/valabot/src/gnome3/shotwell/plugins/shotwell-publishing/FacebookPublishing.c:18:33: fatal error: json-glib/json-glib.h: No such file or directory
 #include <json-glib/json-glib.h>

So will json-glib be a dependency of shotwell, or it does not count because it's a plugin?
Comment 1 Luca Bruno 2014-02-09 09:55:36 UTC
Also needing librest and desktop-file-utils.
Comment 2 Frederic Peters 2014-02-09 10:28:44 UTC
shotwell is in the -world moduleset, feel free to amend it with the required dependencies.
Comment 3 Luca Bruno 2014-02-09 14:01:50 UTC
commit 7a34d4a1fe70103e9cc6734b97050484a2453fad
Author: Luca Bruno <lucabru@src.gnome.org>
Date:   Sun Feb 9 14:48:00 2014 +0100

    world-3.12: Add more dependencies to Shotwell
    
    Bug https://bugzilla.gnome.org/show_bug.cgi?id=723945

Hope it's ok :-)