Merge commit 'cfd5d8eb29c8958de3333632a96032d3481816e5' into main

This commit is contained in:
Sam Lantinga 2022-10-23 16:35:11 -07:00
commit d41fb3c480
1 changed files with 19 additions and 0 deletions

19
configure vendored
View File

@ -683,6 +683,7 @@ SDL_LIBS
SDL_CFLAGS SDL_CFLAGS
bin_prefix_relpath bin_prefix_relpath
cmake_prefix_relpath cmake_prefix_relpath
SDL_VENDOR_INFO
INSTALL_SDL2_CONFIG INSTALL_SDL2_CONFIG
LIBUSB_LIBS LIBUSB_LIBS
LIBUSB_CFLAGS LIBUSB_CFLAGS
@ -954,6 +955,7 @@ enable_foregrounding_signal
enable_joystick_virtual enable_joystick_virtual
enable_render_d3d enable_render_d3d
enable_sdl2_config enable_sdl2_config
enable_vendor_info
' '
ac_precious_vars='build_alias ac_precious_vars='build_alias
host_alias host_alias
@ -1781,6 +1783,8 @@ Optional Features:
enable virtual joystick APIs [default=yes] enable virtual joystick APIs [default=yes]
--enable-render-d3d enable the Direct3D render driver [default=yes] --enable-render-d3d enable the Direct3D render driver [default=yes]
--enable-sdl2-config Install sdl2-config [default=yes] --enable-sdl2-config Install sdl2-config [default=yes]
--enable-vendor-info=STRING
Add vendor info to SDL_REVISION
Optional Packages: Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
@ -29471,6 +29475,21 @@ fi
INSTALL_SDL2_CONFIG=$enable_sdl2_config INSTALL_SDL2_CONFIG=$enable_sdl2_config
# Check whether --enable-vendor-info was given.
if test ${enable_vendor_info+y}
then :
enableval=$enable_vendor_info; enable_vendor_info="$enableval"
else $as_nop
enable_vendor_info=
fi
if test "$enable_vendor_info" = no
then :
enable_vendor_info=
fi
SDL_VENDOR_INFO=$enable_vendor_info
# Verify that we have all the platform specific files we need # Verify that we have all the platform specific files we need
if test x$have_audio != xyes; then if test x$have_audio != xyes; then