diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-12-30 09:12:50 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-30 09:19:22 -0800 |
commit | c22dd07c4deb33bab82e9204024030bacde6358c (patch) | |
tree | c298db8f5e3c80b70312aded79f352a505df3adc /packaging | |
parent | 8ae326c268cae78668bb60c246d95050c2956c3c (diff) | |
download | subsurface-c22dd07c4deb33bab82e9204024030bacde6358c.tar.gz |
build-system: fix Launchpad packaging
There are just so many places where I need to remember to update the package
lists. Turns out I had forgotten to add libmtp to the Linux builds when we
add the Garmin Descent mk2 support...
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/ubuntu/debian/control | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/ubuntu/debian/control b/packaging/ubuntu/debian/control index 5fc13979e..36cfaab77 100644 --- a/packaging/ubuntu/debian/control +++ b/packaging/ubuntu/debian/control @@ -19,6 +19,7 @@ Build-Depends: asciidoc, dpkg-dev (>= 1.16.1.1), libusb-1.0-0-dev, libbluetooth-dev, + libmtp-dev, dh-autoreconf, libz-dev, libssl-dev, @@ -38,6 +39,8 @@ Build-Depends: asciidoc, qml-module-qtquick2, libcurl4-openssl-dev, qtconnectivity5-dev, + libqt5charts5-dev, + qml-module-qtcharts subsurface-qt-private-headers Standards-Version: 3.9.7 Homepage: http://subsurface-divelog.org |