Skip to content

Commit

Permalink
Merge commit 'cfd5d8eb29c8958de3333632a96032d3481816e5' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 23, 2022
2 parents 9c7b9e0 + cfd5d8e commit d41fb3c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions configure
Expand Up @@ -683,6 +683,7 @@ SDL_LIBS
SDL_CFLAGS
bin_prefix_relpath
cmake_prefix_relpath
SDL_VENDOR_INFO
INSTALL_SDL2_CONFIG
LIBUSB_LIBS
LIBUSB_CFLAGS
Expand Down Expand Up @@ -954,6 +955,7 @@ enable_foregrounding_signal
enable_joystick_virtual
enable_render_d3d
enable_sdl2_config
enable_vendor_info
'
ac_precious_vars='build_alias
host_alias
Expand Down Expand Up @@ -1781,6 +1783,8 @@ Optional Features:
enable virtual joystick APIs [default=yes]
--enable-render-d3d enable the Direct3D render driver [default=yes]
--enable-sdl2-config Install sdl2-config [default=yes]
--enable-vendor-info=STRING
Add vendor info to SDL_REVISION

Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
Expand Down Expand Up @@ -29471,6 +29475,21 @@ fi
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

if test x$have_audio != xyes; then
Expand Down

0 comments on commit d41fb3c

Please sign in to comment.