media-gfx/krita: Uncoditionally disable build of benchmarks dir

Conditional upstream on BUILD_TESTING, but tests are restricted anyway,
while at least still building fine after this.

Closes: https://bugs.gentoo.org/939842
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-01-25 13:48:38 +01:00
parent c6e8dce425
commit 9be76b1a45

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -107,6 +107,11 @@ pkg_setup() {
ecm_pkg_setup
}
src_prepare() {
ecm_src_prepare
cmake_comment_add_subdirectory benchmarks # bug 939842
}
src_configure() {
# Prevent sandbox violation from FindPyQt5.py module
# See Gentoo-bug 655918