diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-06-28 17:30:44 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | 9f8370aa1e20d93e598f60141ab8c2c917007c25 (patch) | |
tree | 1a05df6c3e6d7516f86a1922bbc2c8de7bd253b8 /deb/debian.control.in | |
parent | 0f69780269174da304f4a8e6cac08802e8e030fd (diff) |
Add pkg-config for deb packaging
Change-Id: Idb5c754fb456c877274c06646b515cb9f7963a21
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'deb/debian.control.in')
-rw-r--r-- | deb/debian.control.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deb/debian.control.in b/deb/debian.control.in index 6956a24..ea4ad8a 100644 --- a/deb/debian.control.in +++ b/deb/debian.control.in @@ -1,7 +1,8 @@ Priority: optional Maintainer: @PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@> Source: @NPKG_PROJECT_NAME@ -Build-Depends: debhelper (>= 5), +Build-Depends: debhelper (>= 5), + pkg-config, cmake, gcc, g++, |