From 04d28e0af234011525286644e2ed8e50efadfcd5 Mon Sep 17 00:00:00 2001
From: Romain Bertozzi <romain.bertozzi@savoirfairelinux.com>
Date: Tue, 1 Nov 2016 22:19:27 -0400
Subject: [PATCH] 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: Alexandre Lision <alexandre.lision@savoirfairelinux.com>
---
 make-ring.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make-ring.py b/make-ring.py
index 33871e6d..60d73767 100755
--- a/make-ring.py
+++ b/make-ring.py
@@ -114,7 +114,7 @@ UBUNTU_DEPENDENCIES = [
     'libsndfile1-dev', 'libspeex-dev', 'libspeexdsp-dev', 'libswscale-dev', 'libtool',
     'libudev-dev', 'libupnp-dev', 'libyaml-cpp-dev', 'qtbase5-dev', 'sip-tester', 'swig',
     '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
 ]
 
-- 
GitLab