commit:     4a76675f995cf571af1f70e93cc3bae0acc62d12
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 19:25:32 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov  2 05:09:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a76675f

qt6-build.eclass: add qt6-build_src_install

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/qt6-build.eclass | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/eclass/qt6-build.eclass b/eclass/qt6-build.eclass
index c8313e255a0a..b7e062e6ef54 100644
--- a/eclass/qt6-build.eclass
+++ b/eclass/qt6-build.eclass
@@ -119,6 +119,13 @@ qt6-build_src_configure() {
        cmake_src_configure
 }
 
+# @FUNCTION: qt6-build_src_install
+# @DESCRIPTION:
+# Runs cmake_src_install and anything else that might be needed here.
+qt6-build_src_install() {
+       cmake_src_install
+}
+
 ######  Public helpers  ######
 
 # @FUNCTION: qt_feature

Reply via email to