Update snapcraft.yaml

pull/152/head
Michel Promonet 5 years ago committed by GitHub
parent 8d7ac157ab
commit 9f063c9472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save