summaryrefslogtreecommitdiffstats
path: root/kimgio
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2025-01-12 21:45:04 +0100
committerSlávek Banko <slavek.banko@axis.cz>2025-01-13 02:59:32 +0100
commit62c5d8c7b4c5b5215d0e63c86d43f7c517d0637a (patch)
tree60ef026ec2a75712b2ce6acce1ea0d1c46918a81 /kimgio
parent7ad6828377821fa26671be99f9dbb3600cf12fa9 (diff)
downloadtdelibs-r14.1.x.tar.gz
tdelibs-r14.1.x.zip
Prefer to use pkg-config to detect tiff library.r14.1.x
This solves FTBFS with tiff library >= 4.7.0. This resolves issue TDE/tde-packaging#385. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 180ceca8bb26bbe97f60c99e5d172eb8ccd66e6d)
Diffstat (limited to 'kimgio')
-rw-r--r--kimgio/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/kimgio/CMakeLists.txt b/kimgio/CMakeLists.txt
index cd013e588..0e588bcce 100644
--- a/kimgio/CMakeLists.txt
+++ b/kimgio/CMakeLists.txt
@@ -20,6 +20,7 @@ include_directories(
link_directories(
${TDECORE_LIBRARY_DIRS}
+ ${TIFF_LIBRARY_DIRS}
)