summaryrefslogtreecommitdiff
path: root/dev-qt/qtlocation/qtlocation-5.15.10.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-qt/qtlocation/qtlocation-5.15.10.ebuild')
-rw-r--r--dev-qt/qtlocation/qtlocation-5.15.10.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.15.10.ebuild b/dev-qt/qtlocation/qtlocation-5.15.10.ebuild
index b668a16694a3..419c78914928 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.10.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.10.ebuild
@@ -49,3 +49,10 @@ src_prepare() {
qt5-build_src_prepare
}
fi
+
+src_configure() {
+ # src/plugins/geoservices requires files that are only generated when
+ # qmake is run in the root directory. Bug 633776.
+ qt5_configure_oos_quirk qtlocation-config.pri src/location
+ qt5-build_src_configure
+}