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 670427 - Should check for ice and sm pkg-config in configure
Should check for ice and sm pkg-config in configure
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: libcryptui
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Stef Walter
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2012-02-20 08:26 UTC by Vincent Untz
Modified: 2012-02-29 09:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Untz 2012-02-20 08:26:01 UTC
To build eggsmclient-xsmp.c, the ice and sm pkg-config packages are needed. So configure should check for them (instead of hard-coding things in libegg/Makefile.am).
Comment 1 Stef Walter 2012-02-29 09:57:08 UTC
Thanks. Fixed.


commit b56f902a3017177a035f20860e7a9d1e9aa308e1
Author: Stef Walter <stefw@gnome.org>
Date:   Wed Feb 29 10:56:04 2012 +0100

    Add configure dependency on libSM and libICE
    
     * Needed for the XSMP client
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670427