Skip to content

Commit b265450

Browse files
committed
build: make: Reduce required pkg-config version to 0.29 in configure.py.
1 parent ad44a78 commit b265450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/configure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1606,7 +1606,7 @@ class Tools:
16061606
automake = ToolProbe( 'AUTOMAKE.exe', 'automake', 'automake', abort=True, minversion=[1,15,0] )
16071607
libtool = ToolProbe( 'LIBTOOL.exe', 'libtool', 'libtool', abort=True )
16081608
lipo = ToolProbe( 'LIPO.exe', 'lipo', 'lipo', abort=False )
1609-
pkgconfig = ToolProbe( 'PKGCONFIG.exe', 'pkgconfig', 'pkg-config', abort=True, minversion=[0,29,1] )
1609+
pkgconfig = ToolProbe( 'PKGCONFIG.exe', 'pkgconfig', 'pkg-config', abort=True, minversion=[0,29,0] )
16101610
meson = ToolProbe( 'MESON.exe', 'meson', 'meson', abort=True, minversion=[0,47,0] )
16111611
nasm = ToolProbe( 'NASM.exe', 'asm', 'nasm', abort=True, minversion=[2,13,0] )
16121612
ninja = ToolProbe( 'NINJA.exe', 'ninja', 'ninja-build', 'ninja', abort=True )

0 commit comments

Comments
 (0)