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 576497 - gconf never appearing in pkg-config file
gconf never appearing in pkg-config file
Status: RESOLVED FIXED
Product: libgoffice
Classification: Other
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2009-03-23 22:30 UTC by Vincent Untz
Modified: 2009-03-27 22:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix gconf in pkg-config (728 bytes, patch)
2009-03-23 22:31 UTC, Vincent Untz
none Details | Review
also fixes other issues (1.61 KB, patch)
2009-03-24 09:51 UTC, Jean Bréfort
committed Details | Review

Description Vincent Untz 2009-03-23 22:30:11 UTC
EXTRA_DEPS is always reset to an empty value, even after being set to something non-empty for gconf. Attaching a patch that fixes this.

Note that this breaks gconf detection for gnumeric.
Comment 1 Vincent Untz 2009-03-23 22:31:12 UTC
Created attachment 131223 [details] [review]
Fix gconf in pkg-config
Comment 2 Jean Bréfort 2009-03-24 07:52:19 UTC
Oops, my bad. We just need to move the initial EXTRA_DEPS definition. The other two can stay where they are.
Comment 3 Jean Bréfort 2009-03-24 09:51:37 UTC
Created attachment 131237 [details] [review]
also fixes other issues

I don't understand how things might have ever worked, what am I missing?
Comment 4 Vincent Untz 2009-03-24 11:40:47 UTC
Heh. I just wanted the gconf part, so moving EXTRA_DEPS was enough in my case, but your other fixes are indeed important :-)
Comment 5 Morten Welinder 2009-03-26 03:00:50 UTC
Looks good to me.
Comment 6 Jean Bréfort 2009-03-27 07:44:31 UTC
Fixed, thanks for reporting.
Comment 7 Morten Welinder 2009-03-27 22:08:43 UTC
> Fixed, thanks for reporting.

I take that as my hint for closing the report.