diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-02-25 05:49:53 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-24 13:49:53 -0800 |
| commit | 6a46f50134494b92f0c0cf8142bfdbfaf865f007 (patch) | |
| tree | 23bf242e796807f72d0d60e7eb771f4ed71d6153 /ports | |
| parent | c3de6c271eb87205e8d92755f22699bde4e4eb53 (diff) | |
| download | vcpkg-6a46f50134494b92f0c0cf8142bfdbfaf865f007.tar.gz vcpkg-6a46f50134494b92f0c0cf8142bfdbfaf865f007.zip | |
[sdl2] Update patch (#16370)
* [SDl2] Update patch
* update versions
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": { |
