diff options
author | Simon Glass <sjg@chromium.org> | 2020-02-03 07:36:12 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-02-05 19:33:46 -0700 |
commit | 96d0cd460430f18d0f22eead5409ed3dc53b4c4e (patch) | |
tree | 6af1d60c2ada306a02fb02502d2239769b585b34 /.travis.yml | |
parent | af800722eb718bec51c5943cfb69231acf15178f (diff) | |
download | u-boot-96d0cd460430f18d0f22eead5409ed3dc53b4c4e.tar.gz |
sandbox: sdl: Move to use SDL2
Sandbox currently uses SDL1.2. SDL2 has been around for quite a while and
is widely supported. It has a number of useful features. It seems
appropriate to move sandbox over.
Update the code to use SDL2 instead of SDL1.2.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3991eb7716..44e539038a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ addons: - sparse - bc - build-essential - - libsdl1.2-dev + - libsdl2-dev - python - python-pyelftools - python3-virtualenv |