Skip to content

SDL2 for AuroraOS 5

Latest

Choose a tag to compare

@savegame savegame released this 22 Jun 10:17

What in this release

  • return bask support of wl_shell (patches from SailfishOS)
  • fix window creation in tablet devices, when it rotated to landscape

How to build (build options)

  • install dependencies (add to your soec, if you build SDL2 with your project
BuildRequires: cmake
BuildRequires: pkgconfig(wayland-egl)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-cursor)
BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: pkgconfig(wayland-scanner)
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(glesv1_cm)
BuildRequires: pkgconfig(glesv2)
BuildRequires: pkgconfig(xkbcommon)
BuildRequires: pkgconfig(libpulse-simple)
  • use options described below
-DSDL_PULSEAUDIO=ON  
-DSDL_RPATH=OFF  
-DSDL_STATIC=ON   
-DSDL_WAYLAND=ON  
-DSDL_X11=OFF   
-DSDL_WAYLAND_LIBDECOR=OFF