aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/scripts/linux-in-container-build.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-10-27 16:07:19 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-10-30 12:24:36 -0700
commit0b13cbd81b8d55ef041bf92d1855e2b1497eb170 (patch)
treeba53030373e88a3baee759e9f7148f0072ac871a /.github/workflows/scripts/linux-in-container-build.sh
parent4b24730ee668d3940d40a7779d1965827f9448ce (diff)
downloadsubsurface-0b13cbd81b8d55ef041bf92d1855e2b1497eb170.tar.gz
build-system: add libmtp for Linux and macOS
Since MXE doesn't offer libmtp I'll need to add code to manually build libmtp there. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.github/workflows/scripts/linux-in-container-build.sh')
-rw-r--r--.github/workflows/scripts/linux-in-container-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/scripts/linux-in-container-build.sh b/.github/workflows/scripts/linux-in-container-build.sh
index ae09dc90c..e2c4a3373 100644
--- a/.github/workflows/scripts/linux-in-container-build.sh
+++ b/.github/workflows/scripts/linux-in-container-build.sh
@@ -11,7 +11,7 @@ export CMAKE_PREFIX_PATH=$QT_ROOT/lib/cmake
echo "--------------------------------------------------------------"
echo "install missing packages"
-apt install -y libbluetooth-dev
+apt install -y libbluetooth-dev libmtp-dev
# the container currently has things under / that need to be under /__w/subsurface/subsurface instead
cp -a /appdir /__w/subsurface/