Skip to content
Snippets Groups Projects
Commit 04d28e0a authored by Romain Bertozzi's avatar Romain Bertozzi Committed by Alexandre Lision
Browse files

make-ring.py: add missing comma in Ubuntu deps


This patch adds a missing comma in Ubuntu dependencies.

Before that the --dependencies command does not work properly and
there are missing dependencies preventing the client to compile.

Change-Id: Iaf73a42576c815aaa100a5f601480ca471a4da3c
Reviewed-by: default avatarAlexandre Lision <alexandre.lision@savoirfairelinux.com>
parent 5eba8dfa
Branches
Tags
No related merge requests found
...@@ -114,7 +114,7 @@ UBUNTU_DEPENDENCIES = [ ...@@ -114,7 +114,7 @@ UBUNTU_DEPENDENCIES = [
'libsndfile1-dev', 'libspeex-dev', 'libspeexdsp-dev', 'libswscale-dev', 'libtool', 'libsndfile1-dev', 'libspeex-dev', 'libspeexdsp-dev', 'libswscale-dev', 'libtool',
'libudev-dev', 'libupnp-dev', 'libyaml-cpp-dev', 'qtbase5-dev', 'sip-tester', 'swig', 'libudev-dev', 'libupnp-dev', 'libyaml-cpp-dev', 'qtbase5-dev', 'sip-tester', 'swig',
'uuid-dev', 'yasm', 'libqrencode-dev', 'libjsoncpp-dev', 'libappindicator3-dev', 'uuid-dev', 'yasm', 'libqrencode-dev', 'libjsoncpp-dev', 'libappindicator3-dev',
'libva-dev', 'libnm-glib-dev' 'libva-dev', 'libnm-glib-dev',
'libwebkit2gtk-4.0-dev', 'libwebkit2gtk-3.0-dev' # we prefer 4.0, but 3.0 will work, we use --ignore-missing so apt-get doesn't fail 'libwebkit2gtk-4.0-dev', 'libwebkit2gtk-3.0-dev' # we prefer 4.0, but 3.0 will work, we use --ignore-missing so apt-get doesn't fail
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment