From 3f1a548217d0a2a90bddacdbcb8b2b91b8ec9c6c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Sun, 26 Feb 2023 22:31:33 +0000
Subject: [PATCH] Revert "feat: conditional features for SDL2 for Linux"

This reverts commit b7ce4b6a380795d6dd99f8a1673f80f6bbb43b59.
---
 frontends/sdl/Cargo.toml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/frontends/sdl/Cargo.toml b/frontends/sdl/Cargo.toml
index 1606cfdb..d762d080 100644
--- a/frontends/sdl/Cargo.toml
+++ b/frontends/sdl/Cargo.toml
@@ -11,10 +11,8 @@ edition = "2018"
 path = "../.."
 
 [dependencies.sdl2]
-sdl2 = { version = "0.35", features = ["ttf", "image", "gfx", "mixer", "static-link", "use-vcpkg"] }
-
-[target.'cfg(linux)'.dependencies]
-sdl2 = { version = "0.35", features = ["ttf", "image", "gfx", "mixer", "bundled"] }
+version = "0.35"
+features = ["ttf", "image", "gfx", "mixer", "static-link", "use-vcpkg"]
 
 [package.metadata.vcpkg]
 dependencies = ["sdl2", "sdl2-image[libjpeg-turbo,tiff,libwebp]", "sdl2-ttf", "sdl2-gfx", "sdl2-mixer"]
-- 
GitLab