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 654717 - Issue with uninstalled-pc file
Issue with uninstalled-pc file
Status: RESOLVED FIXED
Product: gnome-desktop
Classification: Core
Component: general
unspecified
Other Solaris
: Normal normal
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-16 01:29 UTC by Brian Cameron
Modified: 2011-07-18 13:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch fixing issue (535 bytes, patch)
2011-07-16 01:29 UTC, Brian Cameron
committed Details | Review

Description Brian Cameron 2011-07-16 01:29:10 UTC
Created attachment 192070 [details] [review]
Patch fixing issue

It seems that the files in this module were reorganized, breaking the uninstalled.pc file CFlags.  The attached patch fixes this. 

Modules that use gnome-desktop include files like this:

#include <libgnome-desktop/gnome-desktop-utils.h>, so the Cflags setting needs
to point to the directory that contains the libgnome-desktop directory.  This
fixes it so it does this.
Comment 1 Vincent Untz 2011-07-18 13:20:55 UTC
Thanks, pushed.