From 91d470f82468430f2eeceac809213ecd6be640ea Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Sat, 2 Apr 2022 14:20:09 +0100 Subject: media-gfx/renderdoc: fix build after qtchooser removal Closes: https://bugs.gentoo.org/836474 Signed-off-by: Matthew Smith --- media-gfx/renderdoc/renderdoc-1.18-r2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'media-gfx/renderdoc') diff --git a/media-gfx/renderdoc/renderdoc-1.18-r2.ebuild b/media-gfx/renderdoc/renderdoc-1.18-r2.ebuild index dde163f217a9..0673790fa460 100644 --- a/media-gfx/renderdoc/renderdoc-1.18-r2.ebuild +++ b/media-gfx/renderdoc/renderdoc-1.18-r2.ebuild @@ -13,7 +13,7 @@ AUTOTOOLS_AUTO_DEPEND="no" DOCS_BUILDER="sphinx" DOCS_DIR="docs" PYTHON_COMPAT=( python3_{9,10} ) -inherit autotools cmake optfeature python-single-r1 docs xdg +inherit autotools cmake optfeature python-single-r1 docs qmake-utils xdg DESCRIPTION="A stand-alone graphics debugging tool" HOMEPAGE="https://renderdoc.org https://github.com/baldurk/renderdoc" @@ -167,6 +167,10 @@ src_configure() { use qt5 && mycmakeargs+=( -DPython3_EXECUTABLE="${PYTHON}" -DRENDERDOC_SWIG_PACKAGE="${DISTDIR}"/${MY_SWIG}.tar.gz + + # Needed after qtchooser removal, bug #836474. + -DQMAKE_QT5_COMMAND="$(qt5_get_bindir)"/qmake + -DQRENDERDOC_ENABLE_PYSIDE2=$(usex pyside2) ) -- cgit v1.2.3-65-gdbad