summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2014-06-18 23:41:15 +0200
committerAndrew Shadura <andrew@shadura.me>2014-06-18 23:41:15 +0200
commit9899d92f7b13940f13873b6d8dee0243403fe076 (patch)
tree54e566a6f5c53e00f41164ed0e72ef37d015deab
parent0e3a83728306b378a45a98f795708fef5a0673c7 (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