diff options
Diffstat (limited to 'conf.d/packaging')
-rw-r--r-- | conf.d/packaging/deb/agl-app-afb-test.dsc | 2 | ||||
-rw-r--r-- | conf.d/packaging/deb/debian.control | 2 | ||||
-rw-r--r-- | conf.d/packaging/rpm/agl-app-afb-test.spec | 2 |
3 files changed, 6 insertions, 0 deletions
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 |