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 304129 - gnome-menus should support uninstalled pc file
gnome-menus should support uninstalled pc file
Status: RESOLVED FIXED
Product: gnome-menus
Classification: Core
Component: general
unspecified
Other All
: High normal
: ---
Assigned To: gnome-menus dummy account
gnome-menus dummy account
Depends on:
Blocks:
 
 
Reported: 2005-05-13 23:03 UTC by Brian Cameron
Modified: 2005-06-08 15:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to add uninstalled.pc file (750 bytes, patch)
2005-05-13 23:03 UTC, Brian Cameron
accepted-commit_now Details | Review

Description Brian Cameron 2005-05-13 23:03:25 UTC
Attached find a patch that creates an uninstalled.pc file for gnome-menus.  It
would be nice to support building without needing to have gnome-menus installed.
 The attached patch does not add the uninstalled.pc file to EXTRA_DIST in the
Makefile.am, but whoever commits the patch can make this minor change.
Comment 1 Brian Cameron 2005-05-13 23:03:56 UTC
Created attachment 46418 [details] [review]
patch to add uninstalled.pc file
Comment 2 Mark McLoughlin 2005-05-16 06:24:16 UTC
Looks fine to me - please go ahead
Comment 3 Mark McLoughlin 2005-05-30 08:15:45 UTC
Brian ?
Comment 4 Mark McLoughlin 2005-06-08 15:25:55 UTC
2005-06-08  Mark McLoughlin  <mark@skynet.ie>

        Patch from Brian Cameron <brian.cameron@sun.com> in
        bug #304129

        * libmenu/libgnome-menu-uninstalled.pc.in: add pkg-config
        file to support building against an uninstalled
        libgnome-menu.

        * configure.in: create libgnome-menu-uninstalled.pc

        * libmenu/Makefile.am: add uninstalled.pc to EXTRA_DIST