commit: 8d72bc6617356390423e034e9266ca1f498c09ef Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Mar 30 19:07:51 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Mar 30 19:15:13 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8d72bc66
app-office/calligra: Fix CMake w/ USE="calligra_features_karbon -pdf" Bug: https://bugs.gentoo.org/952924 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-office/calligra/calligra-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild index f95baf95d6..147e8b78d1 100644 --- a/app-office/calligra/calligra-9999.ebuild +++ b/app-office/calligra/calligra-9999.ebuild @@ -129,6 +129,7 @@ src_configure() { -DWITH_LCMS2=$(usex lcms) -DWITH_Okular6=$(usex okular) -DWITH_Poppler=$(usex pdf) + -DWITH_PopplerXPDFHeaders=$(usex pdf) -DWITH_Eigen3=$(usex calligra_features_sheets) -DBUILD_UNMAINTAINED=$(usex calligra_features_stage) -DWITH_Freetype=$(usex truetype)
