Fix detection with at least pkgconf 2.4.2

[GB.SDL2]
* BUG: Fix detection with at least pkgconf 2.4.2
This commit is contained in:
Laurent Carlier 2018-06-05 17:40:28 +02:00 committed by gambas
parent d4fd239ed0
commit 834b323124

View File

@ -9,12 +9,12 @@ AC_PROG_LIBTOOL
GB_COMPONENT_PKG_CONFIG(
sdl2, SDL2, gb.sdl2, [src],
sdl2 ">= 2.0.2" SDL2_image ">= 2.0.0" SDL2_ttf ">= 2.0.12"
'sdl2 >= 2.0.2' 'SDL2_image >= 2.0.0' 'SDL2_ttf >= 2.0.12'
)
GB_COMPONENT_PKG_CONFIG(
sdl2audio, SDL2AUDIO, gb.sdl2.audio, [audio],
sdl2 ">= 2.0.2" SDL2_mixer ">= 2.0.0"
'sdl2 >= 2.0.2' 'SDL2_mixer >= 2.0.0'
)
AC_OUTPUT( \