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 685171 - vino-3.6.0 fails configure --with-secret due to SECRET_DEPS vs. LIBSECRET_DEPS typos
vino-3.6.0 fails configure --with-secret due to SECRET_DEPS vs. LIBSECRET_DEP...
Status: RESOLVED FIXED
Product: vino
Classification: Applications
Component: Server
3.6.x
Other Linux
: Normal normal
: ---
Assigned To: Vino Maintainer(s)
Vino Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-09-30 23:05 UTC by Alexandre Rostovtsev
Modified: 2012-10-01 06:07 UTC
See Also:
GNOME target: ---
GNOME version: 3.5/3.6


Attachments
proposed patch (1.07 KB, patch)
2012-09-30 23:07 UTC, Alexandre Rostovtsev
committed Details | Review

Description Alexandre Rostovtsev 2012-09-30 23:05:43 UTC
vino's configure sets SECRET_DEPS="libsecret-1", but then, instead of SECRET_DEPS, it tries to use LIBSECRET_DEPS in its PKG_CHECK_MODULES and PKG_CHECK_EXISTS calls.

As a result, "./configure --with-secret" fails:

configure: error: secret support requested but not found
Comment 1 Alexandre Rostovtsev 2012-09-30 23:07:01 UTC
Created attachment 225448 [details] [review]
proposed patch

Trivial patch. OK to commit?
Comment 2 David King 2012-10-01 06:07:28 UTC
Comment on attachment 225448 [details] [review]
proposed patch

Thanks for catching that, I pushed a slightly modified version to gnome-3-6 and master as commits f1d5b545e9eb4e87d8ccda3321aa0a12a1ee9ca4 and 9b0afb3bf0272aee78aa54e00aa16b5bbf78672c, respectively.