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:
parent
d4fd239ed0
commit
834b323124
@ -9,12 +9,12 @@ AC_PROG_LIBTOOL
|
|||||||
|
|
||||||
GB_COMPONENT_PKG_CONFIG(
|
GB_COMPONENT_PKG_CONFIG(
|
||||||
sdl2, SDL2, gb.sdl2, [src],
|
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(
|
GB_COMPONENT_PKG_CONFIG(
|
||||||
sdl2audio, SDL2AUDIO, gb.sdl2.audio, [audio],
|
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( \
|
AC_OUTPUT( \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user