Skip to content

Commit

Permalink
make: Reduce pkg-config required version to 0.29.0.
Browse files Browse the repository at this point in the history
Ubuntu again.
  • Loading branch information
bradleysepos committed Oct 14, 2019
1 parent a01ffc1 commit 1dffbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,7 @@ class Tools:
automake = ToolProbe( 'AUTOMAKE.exe', 'automake', 'automake', abort=True, minversion=[1,15,0] )
libtool = ToolProbe( 'LIBTOOL.exe', 'libtool', 'libtool', abort=True )
lipo = ToolProbe( 'LIPO.exe', 'lipo', 'lipo', abort=False )
pkgconfig = ToolProbe( 'PKGCONFIG.exe', 'pkgconfig', 'pkg-config', abort=True, minversion=[0,29,2] )
pkgconfig = ToolProbe( 'PKGCONFIG.exe', 'pkgconfig', 'pkg-config', abort=True, minversion=[0,29,0] )

meson = ToolProbe( 'MESON.exe', 'meson', 'meson', abort=True, minversion=[0,47,0] )
nasm = ToolProbe( 'NASM.exe', 'asm', 'nasm', abort=True, minversion=[2,13,0] )
Expand Down

0 comments on commit 1dffbce

Please sign in to comment.