summaryrefslogtreecommitdiff
path: root/libopenjpeg1.pc.in
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2011-07-13 16:29:22 +0000
committerVincent Torri <vincent.torri@gmail.com>2011-07-13 16:29:22 +0000
commit0f101066f2fe3b1589114a26a10064ea3055d0b2 (patch)
treeeb067296658c309025aed08a59f8816f673f71ea /libopenjpeg1.pc.in
parentcbe26cbb88a1ade34f681cb386435d3a80194aaa (diff)
* added 'libopenjpeg-jpwl.pc.in'
* fixed substitution in libopenjpeg1.pc.in * increase micro version to 99. When released, set minor to 5 and micro to 0 * added -lm to the linker for libopenjpeg and to the .pc file * removed useless LCMS flags from Makefile.am for libopenjpeg
Diffstat (limited to 'libopenjpeg1.pc.in')
-rw-r--r--libopenjpeg1.pc.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/libopenjpeg1.pc.in b/libopenjpeg1.pc.in
index 2951608f..ce4f770a 100644
--- a/libopenjpeg1.pc.in
+++ b/libopenjpeg1.pc.in
@@ -4,9 +4,10 @@ libdir=@libdir@
includedir=@includedir@
Name: openjpeg
-Description: JPEG2000 files library
+Description: JPEG2000 library
URL: http://www.openjpeg.org/
Version: @VERSION@
-pkgconfig_requires_private: @requirements@
+@pkgconfig_requires_private@: @requirements@
Libs: -L${libdir} -lopenjpeg
+Libs.private: -lm
Cflags: -I${includedir}