Update snapcraft.yaml

This commit is contained in:
Paolo Cignoni 2018-02-21 23:07:00 +01:00 committed by GitHub
parent de1c18d9b8
commit 4abb66f929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ description: |
icon: snap/gui/meshlab.png
grade: stable
confinement: strict
confinement: devmode
apps:
meshlab:
@ -21,14 +21,12 @@ apps:
command: desktop-launch meshlabserver
plugs: [home, x11, opengl]
parts:
meshlab:
after: [desktop-qt5,vcglib]
plugin: qmake
qt-version: qt5
source: https://github.com/cnr-isti-vclab/meshlab.git
# source-tag: v2017.03
build-packages:
- libqt5opengl5-dev
- libqt5xmlpatterns5-dev