Skip to content
Snippets Groups Projects
Commit 1c22e9a9 authored by Guillaume Roguez's avatar Guillaume Roguez Committed by Philippe Gorley
Browse files

make-ring.py: Fedora deps list fix


Changed gettext for gettext-devel into Fedora dependencies list.
This fixes the need of autopoint tool during the daemon build
on Fedora distributions.

Change-Id: I179eb1de2ad645f8bcf1f911af3c8a0c1353d87c
Reviewed-by: default avatarPhilippe Gorley <philippe.gorley@savoirfairelinux.com>
parent bc7e2287
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ FEDORA_DEPENDENCIES = [
'libsamplerate-devel', 'libtool', 'dbus-devel', 'expat-devel', 'pcre-devel',
'yaml-cpp-devel', 'boost-devel', 'dbus-c++-devel', 'dbus-devel',
'libsndfile-devel', 'libXext-devel', 'libXfixes-devel', 'yasm',
'speex-devel', 'chrpath', 'check', 'astyle', 'uuid-c++-devel', 'gettext',
'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', 'qt5-qtbase-devel', 'swig', 'qrencode-devel', 'jsoncpp-devel',
......
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