diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/sdl2/0002-sdl2-skip-ibus-on-linux.patch | 8 | ||||
| -rw-r--r-- | ports/sdl2/vcpkg.json | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/ports/sdl2/0002-sdl2-skip-ibus-on-linux.patch b/ports/sdl2/0002-sdl2-skip-ibus-on-linux.patch index 5dd4ad83c..bef831556 100644 --- a/ports/sdl2/0002-sdl2-skip-ibus-on-linux.patch +++ b/ports/sdl2/0002-sdl2-skip-ibus-on-linux.patch @@ -1,6 +1,8 @@ ---- CMakeLists.orig.txt 2020-10-28 09:08:51.925900284 +0100 -+++ CMakeLists.txt 2020-10-28 09:09:10.034165780 +0100 -@@ -1240,12 +1240,6 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 06aa026..81d7645 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1240,12 +1240,6 @@ elseif(UNIX AND NOT APPLE AND NOT ANDROID AND NOT RISCOS) set(HAVE_FCITX TRUE) endif() diff --git a/ports/sdl2/vcpkg.json b/ports/sdl2/vcpkg.json index 0babf17fb..691875670 100644 --- a/ports/sdl2/vcpkg.json +++ b/ports/sdl2/vcpkg.json @@ -1,7 +1,7 @@ { "name": "sdl2", "version-string": "2.0.14", - "port-version": 2, + "port-version": 3, "description": "Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.", "homepage": "https://www.libsdl.org/download-2.0.php", "features": { |
