From 61ef2eda2f66f97d5b7c4054032b1465e870db62 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Sat, 11 Jun 2016 21:41:18 -0400
Subject: [PATCH] pkgconfig: add private dependencies

---
 opendht.pc.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/opendht.pc.in b/opendht.pc.in
index b98f6fbb..ee7506ab 100644
--- a/opendht.pc.in
+++ b/opendht.pc.in
@@ -6,4 +6,6 @@ Name: OpenDHT
 Description: C++ Distributed Hash Table library
 Version: @VERSION@
 Libs: -L${libdir} -lopendht
+Libs.private: -lpthread
+Requires.private: gnutls >= 3.1
 Cflags: -I${includedir}
-- 
GitLab