Update snapcraft.yaml

This commit is contained in:
Michel Promonet 2019-03-29 23:16:54 +01:00 committed by GitHub
parent 8d7ac157ab
commit 9f063c9472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,10 +12,15 @@
confinement: devmode # use 'strict' once you have the right plugs and slots
parts:
live:
plugin: tar-content
source: https://download.videolan.org/pub/contrib/live555/live.2019.03.06.tar.gz
source-type: tar
build:
plugin: cmake
source: https://github.com/mpromonet/v4l2rtspserver
source-type: git
after: [live]
install: |
cmake .
make