summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/libopenjp2.pc.cmake.in
AgeCommit message (Collapse)Author
2022-08-07CMake: switch to GNUInstallDirs (#1424)Thomas Bracht Laumann Jespersen
* Add GNUInstallDirs for standard installation directories Distributions are given standard variables for already existing hooks. Multiarch libdirs is taken care of automagically. Raises minimum cmake version by a little. * Handle CMAKE_INSTALL_xxx being absolute paths for .pc file generation In some cases the CMAKE_INSTAL_{BIN,MAN,DOC,LIB,INCLUDE}DIR variables may turn out to be absolute paths in which case prepending ${prefix} in the pkg-config .pc files will result in incorrect values. For .pc file generation, figure out if these variables are absolute and omit the prefix in the configured file when so. See: https://github.com/OSGeo/PROJ/commit/ab25e4b7ed9544e668282dcd293cfaaa2e56dbdf
2022-05-15pkgconfig: Define OPJ_STATIC for static linking with pkgconfBiswapriyo Nath
allows for the usage of $(pkgconf --static --cflags libopenjp2) to produce the proper CFLAGS for static linking. Relies on pkgconf rather than pkg-config
2014-02-24[trunk] add missing private lib. Update issue 223Mathieu Malaterre
2012-12-03[trunk]add the pkgconfig support for openjp2 (thanks Winfried)Mickael Savinaud