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 653691 - Correctly detec SM client with gtk 3.0
Correctly detec SM client with gtk 3.0
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-06-30 00:24 UTC by Michael Biebl
Modified: 2011-06-30 13:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Update smclient configure check for gdk targets (738 bytes, patch)
2011-06-30 00:26 UTC, Michael Biebl
committed Details | Review

Description Michael Biebl 2011-06-30 00:24:27 UTC
In gdk 3.0, multiple backends are supported so the pkg-config variable was renamed to targets [1]. The configure check for smclient support needs to be updated to account for that.

[1] http://git.gnome.org/browse/gtk+/commit/gdk-3.0.pc.in?id=cacee7e7a380ac9009fc1339a860f563ebe4dc4d
Comment 1 Michael Biebl 2011-06-30 00:26:45 UTC
Created attachment 190973 [details] [review]
Update smclient configure check for gdk targets
Comment 2 Carlos Garcia Campos 2011-06-30 13:25:50 UTC
Review of attachment 190973 [details] [review]:

Pushed to git master and gnome-3-0 branch, thanks!