emscripten: Implement SDL_OpenURL

This commit is contained in:
Charlie Birks
2022-01-22 13:31:11 +00:00
parent 99af3281ee
commit 15ebad6e7d
4 changed files with 48 additions and 0 deletions

View File

@@ -4339,6 +4339,9 @@ dnl BeOS support removed after SDL 2.0.1. Haiku still works. --ryan.
CheckClockGettime
CheckEmscriptenGLES
SOURCES="$SOURCES $srcdir/src/misc/emscripten/*.c"
have_misc=yes
# Set up files for the power library
if test x$enable_power = xyes; then
AC_DEFINE(SDL_POWER_EMSCRIPTEN, 1, [ ])