Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2016-02-20 15:03:03 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-05-08 17:45:52 +0300
commit46e954dc4f39b01226fce2fde2994662109ece47 (patch)
tree1440bac035408554decb98c482472779825f51f2 /src/murmur/murmur.pro
parent750f08d981b1a399d10a68e05adce0371579ba65 (diff)
grpc: remove 'gpr' from PKGCONFIG.
There is no pkgconfig file for it anymore, in 0.14.0-dev, so the build fails. None of the other files seem to use libgpr.so either.
Diffstat (limited to 'src/murmur/murmur.pro')
-rw-r--r--src/murmur/murmur.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/murmur/murmur.pro b/src/murmur/murmur.pro
index 1c538f2ce..80e9f6735 100644
--- a/src/murmur/murmur.pro
+++ b/src/murmur/murmur.pro
@@ -151,7 +151,7 @@ CONFIG(grpc) {
unix {
QMAKE_CXXFLAGS *= -std=c++11
- PKGCONFIG += gpr grpc grpc++
+ PKGCONFIG += grpc grpc++
}
}