summaryrefslogtreecommitdiff
path: root/devel/qt5-location/files/patch-qtlocation.pro
blob: 71fd09e7f60b2508a6f97bb1941995cbfb562b3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Do not look for Geoclue, it brings some additional glib-related dependencies
that are not worth it, given that in Qt 5.6 it is no longer a dependency.

--- qtlocation.pro.orig	2016-01-20 16:52:51 UTC
+++ qtlocation.pro
@@ -1,6 +1,4 @@
 load(configure)
-qtCompileTest(geoclue)
-qtCompileTest(geoclue-satellite)
 qtCompileTest(gypsy)
 
 load(qt_parts)