aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-02-17 21:27:50 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-02-17 21:28:47 +0100
commitd5c0532b42cba5e2470752e15454f833040ef1b0 (patch)
treeb2b56a96f013eec5602a911874876c7e1f897c94 /kde-apps/thumbnailers/thumbnailers-9999.ebuild
parentkde-plasma/plasma-workspace: Fix IUSE=wallpaper-metadata cmake arg (diff)
downloadkde-d5c0532b42cba5e2470752e15454f833040ef1b0.tar.gz
kde-d5c0532b42cba5e2470752e15454f833040ef1b0.tar.bz2
kde-d5c0532b42cba5e2470752e15454f833040ef1b0.zip
kde-apps/thumbnailers: Fix IUSE=raw cmake args
Upstream commits: 4ff02c403475154a6fd6b05873a635818e05d9ae 2c545e7a703d53c07ef7b35bf9016e6ca7ef0f52 Bug: https://bugs.gentoo.org/924620 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/thumbnailers/thumbnailers-9999.ebuild')
-rw-r--r--kde-apps/thumbnailers/thumbnailers-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-apps/thumbnailers/thumbnailers-9999.ebuild b/kde-apps/thumbnailers/thumbnailers-9999.ebuild
index d538922709..695b267985 100644
--- a/kde-apps/thumbnailers/thumbnailers-9999.ebuild
+++ b/kde-apps/thumbnailers/thumbnailers-9999.ebuild
@@ -31,8 +31,8 @@ RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DDISABLE_MOBIPOCKET=$(usex !mobi)
- $(cmake_use_find_package raw KF6KExiv2)
- $(cmake_use_find_package raw KF6KDcraw)
+ $(cmake_use_find_package raw KExiv2Qt6)
+ $(cmake_use_find_package raw KDcrawQt6)
)
ecm_src_configure