From 5b181553f3cf4b7af2d98722fc59fba2e4956159 Mon Sep 17 00:00:00 2001 From: Lctrs Date: Sun, 7 May 2023 23:10:32 +0200 Subject: [PATCH] use sdl as per https://github.com/RPCS3/rpcs3/pull/13805 --- net.rpcs3.RPCS3.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net.rpcs3.RPCS3.yaml b/net.rpcs3.RPCS3.yaml index 79f6400..ad3683c 100644 --- a/net.rpcs3.RPCS3.yaml +++ b/net.rpcs3.RPCS3.yaml @@ -77,9 +77,11 @@ modules: - -DBUILD_LLVM=OFF - -DUSE_NATIVE_INSTRUCTIONS=OFF - -DUSE_PRECOMPILED_HEADERS=OFF + - -DUSE_SDL=ON - -DUSE_SYSTEM_CURL=ON - -DUSE_SYSTEM_FFMPEG=ON - -DUSE_SYSTEM_LIBPNG=ON + - -DUSE_SYSTEM_SDL=ON - -DUSE_SYSTEM_ZLIB=ON - -Wno-dev post-install: