summaryrefslogtreecommitdiff
path: root/libopenjpeg-jpwl.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 /libopenjpeg-jpwl.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 'libopenjpeg-jpwl.pc.in')
-rw-r--r--libopenjpeg-jpwl.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/libopenjpeg-jpwl.pc.in b/libopenjpeg-jpwl.pc.in
new file mode 100644
index 00000000..ae73add4
--- /dev/null
+++ b/libopenjpeg-jpwl.pc.in
@@ -0,0 +1,13 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: openjpeg
+Description: JPEG2000 Wireless (Part 11 - JPWL) library
+URL: http://www.openjpeg.org/
+Version: @VERSION@
+@pkgconfig_requires_private@: @requirements@
+Libs: -L${libdir} -lopenjpeg_JPWL
+Libs.private: -lm
+Cflags: -I${includedir}