summaryrefslogtreecommitdiff
path: root/src/lib/openjpwl
diff options
context:
space:
mode:
authorRex Dieter <rdieter@gmail.com>2013-10-28 14:07:34 +0000
committerRex Dieter <rdieter@gmail.com>2013-10-28 14:07:34 +0000
commitf52bb0e7a675d84b168c5f6ae8120063753cb30d (patch)
treeb5c2d6875675daa05aaa19a074585597c6dbd7f1 /src/lib/openjpwl
parentf4ce9882d2067f3373b3c63d1498a7d0a21e71b2 (diff)
[b2.x.x] backport into 2.x.x the rev 2348 of trunk
flesh out pkgconfig support for optional libs
Diffstat (limited to 'src/lib/openjpwl')
-rw-r--r--src/lib/openjpwl/libopenjpwl.pc.cmake.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/openjpwl/libopenjpwl.pc.cmake.in b/src/lib/openjpwl/libopenjpwl.pc.cmake.in
new file mode 100644
index 00000000..a6e6ab26
--- /dev/null
+++ b/src/lib/openjpwl/libopenjpwl.pc.cmake.in
@@ -0,0 +1,15 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+bindir=${prefix}/@OPENJPEG_INSTALL_BIN_DIR@
+mandir=${prefix}/@OPENJPEG_INSTALL_MAN_DIR@
+docdir=${prefix}/@OPENJPEG_INSTALL_DOC_DIR@
+libdir=${prefix}/@OPENJPEG_INSTALL_LIB_DIR@
+includedir=${prefix}/@OPENJPEG_INSTALL_INCLUDE_DIR@
+
+Name: openjpwl
+Description: JPEG2000 Wireless library (Part 11)
+URL: http://www.openjpeg.org/
+Version: @OPENJPEG_VERSION@
+Requires: openjp2
+Libs: -L${libdir} -lopenjpwl
+Libs.private: -lm
+Cflags: -I${includedir}