]> granicus.if.org Git - libjpeg-turbo/commit
Provide pkg-config (.pc) scripts
authorDRC <information@libjpeg-turbo.org>
Mon, 18 Jan 2016 22:40:07 +0000 (16:40 -0600)
committerDRC <information@libjpeg-turbo.org>
Mon, 18 Jan 2016 22:43:50 +0000 (16:43 -0600)
commit8af3f8a9cb165a8cc7e2bf0ef2747dc54e8052ec
tree60c310e40d03ac9933733584d12f0b24ddecbfc8
parentd38b4f21ec5baabb448cd9ffa078fa9150d54af2
Provide pkg-config (.pc) scripts

This allows a project to use PKG_CHECK_MODULES() in its configure.ac
file to easily check for the presence of libjpeg-turbo and modify the
compiler/linker flags accordingly.  Note that if a project relies solely
on pkg-config to check for libjpeg-turbo, then it will not be possible
to build that project using libjpeg or an earlier version of
libjpeg-turbo.

Closes #53

Based on:
https://github.com/cberner/libjpeg-turbo/commit/496713871939b550d00005b4042420da41641a0a
ChangeLog.txt
Makefile.am
configure.ac
release/libjpeg-turbo.spec.in
release/libjpeg.pc.in [new file with mode: 0644]
release/libturbojpeg.pc.in [new file with mode: 0644]