Skip to content

Commit

Permalink
Fix package name for pkg-config on Fedora.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Jun 26, 2017
1 parent bf0bc08 commit e27f170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiwix-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
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']
PACKAGE_NAME_MAPPERS = {
'fedora_native_dyn': {
Expand Down

0 comments on commit e27f170

Please sign in to comment.