diff options
author | 2019-03-15 11:46:18 +0100 | |
---|---|---|
committer | 2019-04-04 15:06:02 -0700 | |
commit | 737d8f9c9ee44f1a6e79e4edf57bcc5cf0768757 (patch) | |
tree | 0903a1d4a702ca4c1a320ea01c23114993dbd200 /snap/snapcraft.yaml | |
parent | dbddbfeec34bb644c8cb4cc9dbc02b19ca1abe8f (diff) | |
download | subsurface-737d8f9c9ee44f1a6e79e4edf57bcc5cf0768757.tar.gz |
[snap] add missing `source:` stanzas
snapcfraft no longer defaults to `source: .`
Signed-off-by: Michał Sawicz <michal.sawicz@canonical.com>
Diffstat (limited to 'snap/snapcraft.yaml')
-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: |