]> granicus.if.org Git - handbrake/commitdiff
make: Reduce pkg-config required version to 0.29.0.
authorBradley Sepos <bradley@bradleysepos.com>
Mon, 14 Oct 2019 17:56:40 +0000 (13:56 -0400)
committerBradley Sepos <bradley@bradleysepos.com>
Mon, 14 Oct 2019 17:56:56 +0000 (13:56 -0400)
Ubuntu again.

make/configure.py

index 16c7e513ee0f3c550d29605ad8dbddf6b9d6589e..8dbaa634fdc47aa4949713691bbaee5126bbe3d7 100644 (file)
@@ -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] )