Skip to content
Snippets Groups Projects
Commit a5812c28 authored by Edric Milaret's avatar Edric Milaret Committed by gerrit2
Browse files

remove java as a ring dependency

Change-Id: Ifc4f3fe8a4477290fb05274253f7e79bbb3dae69
parent a2de704b
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ FEDORA_DEPENDENCIES = [
'speex-devel', 'chrpath', 'check', 'astyle', 'uuid-c++-devel', 'gettext-devel',
'gcc-c++', 'which', 'alsa-lib-devel', 'systemd-devel', 'libuuid-devel',
'uuid-devel', 'gnutls-devel', 'nettle-devel', 'opus-devel', 'speexdsp-devel',
'yaml-cpp-devel', 'java-1.8.0-openjdk', 'qt5-qtbase-devel', 'swig',
'yaml-cpp-devel', 'qt5-qtbase-devel', 'swig',
]
UBUNTU_DEPENDENCIES = [
......@@ -60,7 +60,7 @@ UBUNTU_DEPENDENCIES = [
'libopus-dev', 'libpcre3-dev', 'libpulse-dev', 'libsamplerate0-dev',
'libsndfile1-dev', 'libspeex-dev', 'libspeexdsp-dev', 'libsrtp-dev',
'libswscale-dev', 'libtool', 'libudev-dev', 'libupnp-dev',
'libyaml-cpp-dev', 'openjdk-7-jdk', 'qtbase5-dev', 'sip-tester', 'swig',
'libyaml-cpp-dev', 'qtbase5-dev', 'sip-tester', 'swig',
'uuid-dev', 'yasm'
]
......@@ -74,7 +74,7 @@ DEBIAN_DEPENDENCIES = [
'libgtk-3-dev', 'libjack-dev', 'libnotify-dev', 'libopus-dev',
'libpcre3-dev', 'libpulse-dev', 'libsamplerate0-dev', 'libsndfile1-dev',
'libspeex-dev', 'libspeexdsp-dev', 'libswscale-dev', 'libtool',
'libudev-dev', 'libupnp-dev', 'libyaml-cpp-dev', 'openjdk-7-jdk',
'libudev-dev', 'libupnp-dev', 'libyaml-cpp-dev',
'qtbase5-dev', 'sip-tester', 'swig', 'uuid-dev', 'yasm'
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment