summaryrefslogtreecommitdiff
path: root/libopenjpeg1.pc.cmake
diff options
context:
space:
mode:
authorRex Dieter <rdieter@gmail.com>2012-02-28 17:44:49 +0000
committerRex Dieter <rdieter@gmail.com>2012-02-28 17:44:49 +0000
commit23cab09e07fdd059b73e3d5b3896e701410b0139 (patch)
tree1cdfc90a978e920c438e90210a06f45b07d1ba04 /libopenjpeg1.pc.cmake
parent8336ace29a9560c7dbfa72f3dbaf778e992ff565 (diff)
fix assumptions that OPENJPEG_INSTALL_*_DIR aren't relative paths
Diffstat (limited to 'libopenjpeg1.pc.cmake')
-rw-r--r--libopenjpeg1.pc.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/libopenjpeg1.pc.cmake b/libopenjpeg1.pc.cmake
index 5b8bde1c..35f8ac5a 100644
--- a/libopenjpeg1.pc.cmake
+++ b/libopenjpeg1.pc.cmake
@@ -1,8 +1,8 @@
prefix=@CMAKE_INSTALL_PREFIX@
-bindir=@OPENJPEG_INSTALL_BIN_DIR@
-datadir=@OPENJPEG_INSTALL_DATA_DIR@
-libdir=@OPENJPEG_INSTALL_LIB_DIR@
-includedir=@OPENJPEG_INSTALL_INCLUDE_DIR@/@OPENJPEG_INSTALL_SUBDIR@
+bindir=${prefix}/@OPENJPEG_INSTALL_BIN_DIR@
+datadir=${prefix}/@OPENJPEG_INSTALL_DATA_DIR@
+libdir=${prefix}/@OPENJPEG_INSTALL_LIB_DIR@
+includedir=${prefix}/@OPENJPEG_INSTALL_INCLUDE_DIR@/@OPENJPEG_INSTALL_SUBDIR@
Name: openjpeg
Description: JPEG2000 files library