From b76440150b23736f0cdfe3bde04bb7cd9c983195 Mon Sep 17 00:00:00 2001 From: Marius Gripsgard Date: Tue, 8 Oct 2019 23:08:21 +0200 Subject: [PATCH] [debian] Add required build dependencies for hybris plugin As we try to build the hybris package (libsensorfw-qt5-hybris) bellow, we should also include the build dependencies that hybris requres. --- debian/control | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 8ed03116..939f3e5f 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,16 @@ Section: misc Priority: optional Maintainer: Lorn Potter Uploaders: -Build-Depends: debhelper (>=5), qt5-default, libudev-dev, libsystemd-dev, doxygen, graphviz +Build-Depends: debhelper (>=5), + qt5-default, + libudev-dev, + libsystemd-dev, + doxygen, + graphviz, + pkg-config, + libhardware-dev, + android-headers, + libhybris-dev Standards-Version: 3.7.3 Package: sensorfw-qt5