From 1dffbce7bda8a70394ee468d7ceb9be54d26de51 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Mon, 14 Oct 2019 13:56:40 -0400 Subject: [PATCH] make: Reduce pkg-config required version to 0.29.0. Ubuntu again. --- make/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/configure.py b/make/configure.py index 16c7e513e..8dbaa634f 100644 --- a/make/configure.py +++ b/make/configure.py @@ -1606,7 +1606,7 @@ try: 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] ) -- 2.49.0