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 735252 - libdevhelp: Fix .pc file requires when building with webkit2gtk-4.0
libdevhelp: Fix .pc file requires when building with webkit2gtk-4.0
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
3.13.x
Other Linux
: Normal normal
: ---
Assigned To: devhelp-maint
devhelp-maint
Depends on:
Blocks:
 
 
Reported: 2014-08-22 22:26 UTC by Kalev Lember
Modified: 2014-08-24 06:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libdevhelp: Fix .pc file requires when building with webkit2gtk-4.0 (1.21 KB, patch)
2014-08-22 22:26 UTC, Kalev Lember
none Details | Review

Description Kalev Lember 2014-08-22 22:26:05 UTC
.
Comment 1 Kalev Lember 2014-08-22 22:26:28 UTC
Created attachment 284261 [details] [review]
libdevhelp: Fix .pc file requires when building with webkit2gtk-4.0

Substitute either webkit2gtk-3.0 or webkit2gtk-4.0 in the .pc file,
depending on what webkit2gtk version devhelp was built with.
Comment 2 Frederic Peters 2014-08-24 06:12:37 UTC
Pushed, and part of 3.13.90. Thanks.

commit 07b29a53eac7d4add1e0d7100d6bf2ecdea36f84
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Fri Aug 22 23:19:09 2014 +0200

    libdevhelp: Fix .pc file requires when building with webkit2gtk-4.0
    
    Substitute either webkit2gtk-3.0 or webkit2gtk-4.0 in the .pc file,
    depending on what webkit2gtk version devhelp was built with.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=735252