From 3cfdcee81f86f06ff979f128d371ea0b839e8b81 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 30 Mar 2025 21:07:51 +0200 Subject: [PATCH] app-office/calligra: Fix CMake w/ USE="calligra_features_karbon -pdf" Closes: https://bugs.gentoo.org/952924 Signed-off-by: Andreas Sturmlechner --- app-office/calligra/calligra-24.12.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-office/calligra/calligra-24.12.3.ebuild b/app-office/calligra/calligra-24.12.3.ebuild index 587c2564fbea7..89a507fc435aa 100644 --- a/app-office/calligra/calligra-24.12.3.ebuild +++ b/app-office/calligra/calligra-24.12.3.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)