SHA256
1
0
forked from pool/SDL2

- Enable libsamplerate and libdecor components

- Remove unused tslib build requirement

OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=148
This commit is contained in:
Jan Engelhardt 2023-01-03 22:42:54 +00:00 committed by Git OBS Bridge
parent 131c19623f
commit 52c71aee6c
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,8 @@ Tue Jan 3 22:40:15 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
connected
* Fixed not receiving SDLK_5 or SDL_SCANCODE_5 when using the
AZERTY keyboard layout on Linux
- Enable libsamplerate and libdecor components
- Remove unused tslib build requirement
-------------------------------------------------------------------
Thu Dec 1 20:38:41 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -33,6 +33,7 @@ Source4: baselibs.conf
Patch1: sdl2-symvers.patch
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: libdecor-devel
BuildRequires: pkg-config
BuildRequires: pkgconfig(alsa) >= 1.0.11
BuildRequires: pkgconfig(dbus-1)
@ -52,7 +53,7 @@ BuildRequires: pkgconfig(gbm) >= 11.1.0
BuildRequires: pkgconfig(libdrm) >= 2.4.82
BuildRequires: pkgconfig(libpulse-simple) >= 0.9
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(tslib)
BuildRequires: pkgconfig(samplerate)
BuildRequires: pkgconfig(udev)
BuildRequires: pkgconfig(wayland-client) >= 1.18
BuildRequires: pkgconfig(wayland-cursor)