diff options
author | 2024-11-20 18:38:14 +0100 | |
---|---|---|
committer | 2024-11-20 18:38:14 +0100 | |
commit | 1a107138034e5a669e62ae62ba9d5b1c157b2960 (patch) | |
tree | 676f7ca3f79eb85086dc5a51f4b8e28970260153 /kde-apps/dolphin/dolphin-24.12.49.9999.ebuild | |
parent | media-gfx/*-thumbnailer: Set -DDISABLE_BLENDER=ON (diff) | |
download | kde-1a107138034e5a669e62ae62ba9d5b1c157b2960.tar.gz kde-1a107138034e5a669e62ae62ba9d5b1c157b2960.tar.bz2 kde-1a107138034e5a669e62ae62ba9d5b1c157b2960.zip |
kde-apps/dolphin: Fix unused cmake arg warning w/ IUSE !test
Bug: https://bugs.gentoo.org/944187
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/dolphin/dolphin-24.12.49.9999.ebuild')
-rw-r--r-- | kde-apps/dolphin/dolphin-24.12.49.9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kde-apps/dolphin/dolphin-24.12.49.9999.ebuild b/kde-apps/dolphin/dolphin-24.12.49.9999.ebuild index c1f1f24f81..3ad2783beb 100644 --- a/kde-apps/dolphin/dolphin-24.12.49.9999.ebuild +++ b/kde-apps/dolphin/dolphin-24.12.49.9999.ebuild @@ -61,11 +61,13 @@ RDEPEND="${DEPEND} src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON - -DCMAKE_DISABLE_FIND_PACKAGE_SeleniumWebDriverATSPI=ON # not packaged $(cmake_use_find_package semantic-desktop KF6Baloo) $(cmake_use_find_package semantic-desktop KF6BalooWidgets) $(cmake_use_find_package telemetry KF6UserFeedback) ) + use test && mycmakeargs+=( + -DCMAKE_DISABLE_FIND_PACKAGE_SeleniumWebDriverATSPI=ON # not packaged + ) ecm_src_configure } |