diff --git a/SDL2.changes b/SDL2.changes index ff2a925..fb0ee66 100644 --- a/SDL2.changes +++ b/SDL2.changes @@ -6,6 +6,8 @@ Tue Jan 3 22:40:15 UTC 2023 - Jan Engelhardt 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 diff --git a/SDL2.spec b/SDL2.spec index 7993914..606a456 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -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)