From 2d6a4cb4e6378ebc7cecddc0795fcf376e39e775 Mon Sep 17 00:00:00 2001 From: Roy Falk Date: Wed, 23 Aug 2023 11:58:54 +0300 Subject: [PATCH] Modify bootstrap to use SDL2 --- script/bootstrap | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/script/bootstrap b/script/bootstrap index 4722b9df33..5be0a03195 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -80,7 +80,7 @@ function bootstrapOnDebian() libvorbis-dev \ libglvnd-dev \ libgl1-mesa-dev \ - libsdl1.2-dev \ + libsdl2-dev \ libpostproc-dev \ freeglut3-dev \ libboost-python-dev \ @@ -109,7 +109,7 @@ function bootstrapOnDebian() libvorbis-dev \ libglvnd-dev \ libgl1-mesa-dev \ - libsdl1.2-dev \ + libsdl2-dev \ libpostproc-dev \ freeglut3-dev \ libboost-python-dev \ @@ -136,7 +136,7 @@ function bootstrapOnDebian() libvorbis-dev \ libglvnd-dev \ libgl1-mesa-dev \ - libsdl1.2-dev \ + libsdl2-dev \ libpostproc-dev \ freeglut3-dev \ libboost-python-dev \ @@ -166,7 +166,7 @@ function bootstrapOnDebian() libogg-dev \ libvorbis-dev \ libgl1-mesa-dev \ - libsdl1.2-dev \ + libsdl2-dev \ libpostproc-dev \ freeglut3-dev \ libboost-python-dev \ @@ -216,7 +216,7 @@ function bootstrapOnUbuntu() libvorbis-dev \ libglvnd-dev \ libgl1-mesa-dev \ - libsdl1.2-dev \ + libsdl2-dev \ libopengl0 \ libpostproc-dev \ freeglut3-dev \ @@ -247,7 +247,7 @@ function bootstrapOnUbuntu() libvorbis-dev \ libglvnd-dev \ libgl1-mesa-dev \ - libsdl1.2-dev \ + libsdl2-dev \ libopengl0 \ libpostproc-dev \ freeglut3-dev \ @@ -277,7 +277,7 @@ function bootstrapOnUbuntu() libvorbis-dev \ libglvnd-dev \ libgl1-mesa-dev \ - libsdl1.2-dev \ + libsdl2-dev \ libopengl0 \ libpostproc-dev \ freeglut3-dev \ @@ -307,7 +307,7 @@ function bootstrapOnUbuntu() libvorbis-dev \ libglvnd-dev \ libgl1-mesa-dev \ - libsdl1.2-dev \ + libsdl2-dev \ libopengl0 \ libpostproc-dev \ freeglut3-dev \ @@ -336,7 +336,7 @@ function bootstrapOnUbuntu() libvorbis-dev \ libglvnd-dev \ libgl1-mesa-dev \ - libsdl1.2-dev \ + libsdl2-dev \ libopengl0 \ libpostproc-dev \ freeglut3-dev \ @@ -411,7 +411,7 @@ function bootstrapOnPopOS () libvorbis-dev \ libglvnd-dev \ libgl1-mesa-dev \ - libsdl1.2-dev \ + libsdl2-dev \ libopengl0 \ libpostproc-dev \ freeglut3-dev \ @@ -459,7 +459,7 @@ function bootstrapOnLinuxMint () libvorbis-dev \ libglvnd-dev \ libgl1-mesa-dev \ - libsdl1.2-compat-dev \ + libsdl2-dev \ libopengl0 \ libpostproc-dev \ freeglut3-dev \ @@ -490,7 +490,7 @@ function bootstrapOnLinuxMint () libvorbis-dev \ libglvnd-dev \ libgl1-mesa-dev \ - libsdl1.2-dev \ + libsdl2-dev \ libopengl0 \ libpostproc-dev \ freeglut3-dev \ @@ -519,7 +519,7 @@ function bootstrapOnLinuxMint () libvorbis-dev \ libglvnd-dev \ libgl1-mesa-dev \ - libsdl1.2-dev \ + libsdl2-dev \ libopengl0 \ libpostproc-dev \ freeglut3-dev \