summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2014-06-17 21:58:24 +0200
committerAndrew Shadura <andrew@shadura.me>2014-06-17 21:58:24 +0200
commitbdbe3b7a032095771d447e735c2aa90a454b64f7 (patch)
tree5f1571aaf91e58c70f54a5ed3791e7b98747fa68
parentee986699b8336d67abc9d2fd9a8d46ec6a515583 (diff)
Add pkg-config dependency.
-rw-r--r--debian/control5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 0e33c70..09aa514 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,10 @@ Section: libs
Package: libmowgli-2-dev
Section: libdevel
Architecture: any
-Depends: libmowgli-2-0 (= ${binary:Version}), ${misc:Depends}
+Depends:
+ libmowgli-2-0 (= ${binary:Version}),
+ ${misc:Depends},
+ pkgconf | pkg-config
Multi-Arch: same
Description: high performance development framework for C (development)
Mowgli is a development framework for C (like GLib), which provides high