summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-09-09 03:17:46 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-09-09 12:06:32 -0400
commitf31f050dc8174a9031d41c5d7b5c52fc43dc0915 (patch)
treef244bd47f02328d0e9cbe3257c0601df4bd15891 /eclass
parentdev-qt/qtwebchannel: adjust qml check again (diff)
downloadgentoo-f31f050dc8174a9031d41c5d7b5c52fc43dc0915.tar.gz
gentoo-f31f050dc8174a9031d41c5d7b5c52fc43dc0915.tar.bz2
gentoo-f31f050dc8174a9031d41c5d7b5c52fc43dc0915.zip
Revert "qt6-build.eclass: switch examples dir to /usr/lib*/qt6/examples"
This reverts commit c2d1b889127af2b11559f0ac3c41313058a4969a. See bug #881433, turns out probably should not build examples. So old location makes more sense if we are only going to install sources in it. Note does mean qtbase will need to be rebuilt before start using that location though (unused currently). Bug: https://bugs.gentoo.org/881433 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt6-build.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/qt6-build.eclass b/eclass/qt6-build.eclass
index 64cbfd296061..c96bc0c1c3c3 100644
--- a/eclass/qt6-build.eclass
+++ b/eclass/qt6-build.eclass
@@ -286,7 +286,7 @@ _qt6-build_prepare_env() {
readonly QT6_BINDIR=${QT6_ARCHDATADIR}/bin
readonly QT6_DOCDIR=${QT6_PREFIX}/share/qt6-doc
- readonly QT6_EXAMPLESDIR=${QT6_ARCHDATADIR}/examples
+ readonly QT6_EXAMPLESDIR=${QT6_DATADIR}/examples
readonly QT6_HEADERDIR=${QT6_PREFIX}/include/qt6
readonly QT6_IMPORTDIR=${QT6_ARCHDATADIR}/imports
readonly QT6_LIBEXECDIR=${QT6_ARCHDATADIR}/libexec