diff options
author | Michał Sawicz <michal@sawicz.net> | 2019-03-15 11:46:18 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-03-17 11:27:09 -0700 |
commit | 2af1e23b2ca8880f25377036a2b07b235b2c00ac (patch) | |
tree | acd5ebb77b6688d5edd5eaea1e2bb7711646c183 | |
parent | f3d98518d5058bb78d9f3a0cd6416c7ce7ea3f7f (diff) | |
download | subsurface-2af1e23b2ca8880f25377036a2b07b235b2c00ac.tar.gz |
[snap] add missing `source:` stanzas
snapcfraft no longer defaults to `source: .`
Signed-off-by: Michał Sawicz <michal.sawicz@canonical.com>
-rw-r--r-- | snap/snapcraft.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 08a34ef31..797b1767e 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -77,6 +77,8 @@ parts: libdc: plugin: autotools + source: . + source-type: git source-subdir: libdivecomputer build-packages: - libbluetooth-dev @@ -92,6 +94,7 @@ parts: - libusb-1.0-0 subsurface: + source: . after: [desktop-qt5, googlemaps, libdc] plugin: cmake configflags: |