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 795577 - Use pkg-config for libjpeg discovery
Use pkg-config for libjpeg discovery
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: Miners
git master
Other Linux
: Normal normal
: ---
Assigned To: tracker-general
tracker-general
Depends on:
Blocks:
 
 
Reported: 2018-04-26 12:08 UTC by Yegor Timoshenko
Modified: 2018-06-21 22:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (1.27 KB, patch)
2018-04-26 12:08 UTC, Yegor Timoshenko
committed Details | Review

Description Yegor Timoshenko 2018-04-26 12:08:41 UTC
Created attachment 371425 [details] [review]
proposed patch

This fixes a downstream issue where build would fail unless libjpeg is discovered via pkg-config. This also is considered to be generally preferable over AC_CHECK_LIB-style discovery.
Comment 1 Carlos Garnacho 2018-06-21 22:10:28 UTC
Pushed your patch and did the counterpart in autotools, thanks.