Skip to content
Snippets Groups Projects
Commit aeaadd81 authored by Hugo Lefeuvre's avatar Hugo Lefeuvre Committed by Philippe Gorley
Browse files

make-ring: add missing automake entry to APT list


Build is failing on Linux Mint because of missing automake dependency.

Change-Id: Iacd23267aec8b44aa241f2caefea78954595f97e
Gitlab: #478
Reviewed-by: default avatarPhilippe Gorley <philippe.gorley@savoirfairelinux.com>
parent b3bb956b
No related branches found
No related tags found
No related merge requests found
...@@ -117,8 +117,8 @@ DNF_DEPENDENCIES = [ ...@@ -117,8 +117,8 @@ DNF_DEPENDENCIES = [
] ]
APT_DEPENDENCIES = [ APT_DEPENDENCIES = [
'autoconf', 'autoconf-archive', 'autopoint', 'cmake', 'dbus', 'doxygen', 'g++', 'gettext', 'autoconf', 'autoconf-archive', 'autopoint', 'automake', 'cmake', 'dbus', 'doxygen', 'g++',
'gnome-icon-theme-symbolic', 'libasound2-dev', 'libavcodec-dev', 'gettext', 'gnome-icon-theme-symbolic', 'libasound2-dev', 'libavcodec-dev',
'libavdevice-dev', 'libavformat-dev', 'libboost-dev', 'libavdevice-dev', 'libavformat-dev', 'libboost-dev',
'libclutter-gtk-1.0-dev', 'libcppunit-dev', 'libdbus-1-dev', 'libclutter-gtk-1.0-dev', 'libcppunit-dev', 'libdbus-1-dev',
'libdbus-c++-dev', 'libebook1.2-dev', 'libexpat1-dev', 'libgnutls28-dev', 'libdbus-c++-dev', 'libebook1.2-dev', 'libexpat1-dev', 'libgnutls28-dev',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment