Fix package name for pkg-config on Fedora.

This commit is contained in:
Matthieu Gautier 2017-06-26 14:27:27 +02:00
parent bf0bc08b6e
commit e27f170472
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ REMOTE_PREFIX = 'http://download.kiwix.org/dev/'
SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__)) SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))
_fedora_common = ['automake', 'cmake', 'git', 'subversion', 'ccache', 'pkg-config', 'gcc-c++'] _fedora_common = ['automake', 'cmake', 'git', 'subversion', 'ccache', 'pkgconfig', 'gcc-c++']
_debian_common = ['automake', 'cmake', 'git', 'subversion', 'ccache', 'pkg-config', 'gcc'] _debian_common = ['automake', 'cmake', 'git', 'subversion', 'ccache', 'pkg-config', 'gcc']
PACKAGE_NAME_MAPPERS = { PACKAGE_NAME_MAPPERS = {
'fedora_native_dyn': { 'fedora_native_dyn': {