diff options
author | Todor Tomov <ttomov@mm-sol.com> | 2011-02-03 10:50:51 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-02-07 16:32:53 +0100 |
commit | 6c953e5629d26f15a2aa1b00a468552491cae63b (patch) | |
tree | aa9575202f137303dc2d9a599f9f2801dd7b598e /debian/control | |
parent | 4bb59a3b368937584671e385cf2adcf5cd2a5cf3 (diff) |
Use pkg-config
Install libmedia.pc and libsubdev.pc files for use from pkg-config.
Signed-off-by: Todor Tomov <ttomov@mm-sol.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6b2cfec..80d83c6 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,8 @@ Build-Depends: debhelper (>= 7.0.50~), kernel-headers (>= 2.6.32-20105003), libtool, autoconf, - automake + automake, + pkg-config Standards-Version: 3.8.4 Section: utils |