diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-08-19 20:51:56 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-09-05 09:01:00 -0400 |
commit | 881667ea1dffa0fa6556505a55c75751b5ace91c (patch) | |
tree | 3a9c1369ccee1219d0f3f44f317117f3c31ee16c /eclass | |
parent | qt6-build.eclass: drop IUSE=debug and QT6_{VERSION_MINOR,BUILD_DIR} (diff) | |
download | gentoo-881667ea1dffa0fa6556505a55c75751b5ace91c.tar.gz gentoo-881667ea1dffa0fa6556505a55c75751b5ace91c.tar.bz2 gentoo-881667ea1dffa0fa6556505a55c75751b5ace91c.zip |
qt6-build.eclass: drop virtualx
Currently unused given ebuilds were not wired for tests,
and hardly needed either way with QT_QPA_PLATFORM=offscreen.
If need arise, ebuild should inherit virtualx directly.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt6-build.eclass | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/eclass/qt6-build.eclass b/eclass/qt6-build.eclass index da78f1857094..8b3c236ff32b 100644 --- a/eclass/qt6-build.eclass +++ b/eclass/qt6-build.eclass @@ -20,6 +20,8 @@ _QT6_BUILD_ECLASS=1 [[ ${CATEGORY} != dev-qt ]] && die "${ECLASS} is only to be used for building Qt6" +inherit cmake + # @ECLASS_VARIABLE: QT6_MODULE # @PRE_INHERIT # @DESCRIPTION: @@ -27,15 +29,6 @@ _QT6_BUILD_ECLASS=1 # Used for SRC_URI and EGIT_REPO_URI. : "${QT6_MODULE:=${PN}}" -# @ECLASS_VARIABLE: VIRTUALX_REQUIRED -# @DESCRIPTION: -# For proper description see virtualx.eclass man page. -# Here we redefine default value to be manual, if your package needs virtualx -# for tests you should proceed with setting VIRTUALX_REQUIRED=test. -: "${VIRTUALX_REQUIRED:=manual}" - -inherit cmake virtualx - case ${PV} in 6.9999) # git dev branch |