From: Ronan Le Martret Date: Wed, 28 Jun 2017 15:30:44 +0000 (+0200) Subject: Add pkg-config for deb packaging X-Git-Tag: dab_3.99.3~37^2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=38327460f48ad492893ea33a2f82bb67d02aa5d8;p=staging%2Fxdg-launcher.git Add pkg-config for deb packaging Change-Id: Idb5c754fb456c877274c06646b515cb9f7963a21 Signed-off-by: Ronan Le Martret --- 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++,