From 14d5080a7be5835508c5d88c196da01022f7b72d Mon Sep 17 00:00:00 2001 From: nick black Date: Mon, 18 Nov 2019 09:34:33 -0500 Subject: [PATCH] add pkg-config to build deps --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 6d0d7d373..0f1c00eb9 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: notcurses Priority: optional Maintainer: Nick Black -Build-Depends: debhelper-compat (= 12), cmake (>= 3.13), +Build-Depends: debhelper-compat (= 12), cmake (>= 3.13), pkg-config, libgtest-dev (>= 1.9.0) Standards-Version: 4.4.1.1 Section: libs