mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
780cb4fce7
commit
d73e0a0fb4
5 changed files with 9 additions and 2 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue