build-system/packaging: add bluez dependency for Linux builds

I hope this captures all the variations

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-09-19 15:12:58 -07:00
parent 780cb4fce7
commit d73e0a0fb4
5 changed files with 9 additions and 2 deletions

View file

@ -10,6 +10,10 @@ export PATH=$QT_ROOT/bin:$PATH # Make sure correct qmake is found on the $PATH f
export CMAKE_PREFIX_PATH=$QT_ROOT/lib/cmake
export Grantlee5_ROOT=/__w/subsurface/subsurface/install-root
echo "--------------------------------------------------------------"
echo "install missing packages"
apt install -y libbluetooth-dev
# the container currently has things under / that need to be under /__w/subsurface/subsurface instead
cp -a /appdir /__w/subsurface/
cp -a /install-root /__w/subsurface/