From 7aba4e66cb4dc6be39c7b3252b6f3ba0b06374c1 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Wed, 31 May 2023 19:08:14 -0600 Subject: [PATCH] Enable more SDL2 features --- recipes/sdl2/recipe.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/recipes/sdl2/recipe.toml b/recipes/sdl2/recipe.toml index 13916e43d..c7550df6a 100644 --- a/recipes/sdl2/recipe.toml +++ b/recipes/sdl2/recipe.toml @@ -12,14 +12,10 @@ script = """ COOKBOOK_CONFIGURE_FLAGS=( --host="${TARGET}" --prefix="/" - --disable-loadso - --disable-pthread-sem --disable-pulseaudio - --disable-sdl-dlopen --disable-shared --disable-video-x11 --enable-audio - --enable-cdrom --enable-dummyaudio --enable-redoxaudio --enable-threads -- GitLab