aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-06-28 16:19:53 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-06-28 16:19:53 +0000
commit3a3925bfec46d38e33014e007538de4d2465ebb5 (patch)
tree45667446ff94f436991fc50c3b5765d6ffe29c21
parent29c5f18190d6def464107ef07ec34debe40c9766 (diff)
parent38327460f48ad492893ea33a2f82bb67d02aa5d8 (diff)
Merge "Add pkg-config for deb packaging"
-rw-r--r--deb/deb-config.dsc.in1
-rw-r--r--deb/debian.control.in3
2 files changed, 3 insertions, 1 deletions
diff --git a/deb/deb-config.dsc.in b/deb/deb-config.dsc.in
index be9c0f2..28a4835 100644
--- a/deb/deb-config.dsc.in
+++ b/deb/deb-config.dsc.in
@@ -7,6 +7,7 @@ Maintainer: @PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@>
Standards-Version: 3.8.2
Homepage: @PROJECT_URL@
Build-Depends: debhelper (>= 5),
+ pkg-config,
cmake,
gcc,
g++,
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++,