OSDN Git Service

thumbnailers: include gettext-po headers directory where needed
authorIvailo Monev <xakepa10@gmail.com>
Sun, 21 Feb 2021 04:08:01 +0000 (06:08 +0200)
committerIvailo Monev <xakepa10@gmail.com>
Sun, 21 Feb 2021 04:08:01 +0000 (06:08 +0200)
fixes build on NetBSD and probably other

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
thumbnailers/po/CMakeLists.txt

index a0667da..7f8e095 100644 (file)
@@ -1,5 +1,9 @@
 project(kde-thumbnailer-po)
 
+include_directories(
+    ${GETTEXTPO_INCLUDE_DIR}
+)
+
 set(pothumbnail_SRCS pocreator.cpp)
 
 kde4_add_kcfg_files(pothumbnail_SRCS pocreatorsettings.kcfgc)