From bd79517666a20f0b1af783a923b98191d3eed09e Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 31 Jan 2019 10:51:17 +0100 Subject: Update packaging files for the new dependencies Following the migration, packaging rules need to be updated with new dependencies on the libraries appcontroller and afb-helpers. Change-Id: I0f9454953659af1280fbf5edecf7fcdd00b4dd5f Signed-off-by: Romain Forlot --- conf.d/packaging/deb/agl-app-afb-test.dsc | 2 ++ conf.d/packaging/deb/debian.control | 2 ++ conf.d/packaging/rpm/agl-app-afb-test.spec | 2 ++ 3 files changed, 6 insertions(+) (limited to 'conf.d') diff --git a/conf.d/packaging/deb/agl-app-afb-test.dsc b/conf.d/packaging/deb/agl-app-afb-test.dsc index 61c5ed1..c28c886 100644 --- a/conf.d/packaging/deb/agl-app-afb-test.dsc +++ b/conf.d/packaging/deb/agl-app-afb-test.dsc @@ -10,6 +10,8 @@ Build-Depends: debhelper (>= 5), pkg-config, dpkg-dev, cmake, + agl-libappcontroller, + agl-libafb-helpers, agl-cmake-apps-module-bin, agl-app-framework-binder-bin, agl-app-framework-binder-dev, diff --git a/conf.d/packaging/deb/debian.control b/conf.d/packaging/deb/debian.control index ee59c9b..e836a9a 100644 --- a/conf.d/packaging/deb/debian.control +++ b/conf.d/packaging/deb/debian.control @@ -5,6 +5,8 @@ Build-Depends: debhelper (>= 5), pkg-config, cmake, + agl-libappcontroller, + agl-libafb-helpers, agl-cmake-apps-module-bin, agl-app-framework-binder-bin, agl-app-framework-binder-dev, diff --git a/conf.d/packaging/rpm/agl-app-afb-test.spec b/conf.d/packaging/rpm/agl-app-afb-test.spec index 408751a..c570b55 100644 --- a/conf.d/packaging/rpm/agl-app-afb-test.spec +++ b/conf.d/packaging/rpm/agl-app-afb-test.spec @@ -25,6 +25,8 @@ BuildRequires: agl-cmake-apps-module BuildRequires: gcc-c++ BuildRequires: pkgconfig(json-c) BuildRequires: pkgconfig(afb-daemon) +BuildRequires: pkgconfig(appcontroller) +BuildRequires: pkgconfig(afb-helpers) BuildRequires: pkgconfig(libsystemd) >= 222 BuildRoot: %{_tmppath}/%{name}-%{version}-build -- cgit 1.2.3-korg