diff --git a/SDL2.spec b/SDL2.spec index 69c7933..e7a8082 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -1,6 +1,6 @@ Name: SDL2 Version: 2.0.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Cross-platform multimedia library License: zlib and MIT @@ -43,6 +43,9 @@ BuildRequires: pkgconfig(wayland-scanner) BuildRequires: pkgconfig(xkbcommon) # Vulkan BuildRequires: vulkan-devel +# KMS +BuildRequires: mesa-libgbm-devel +BuildRequires: libdrm-devel %description Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed @@ -76,6 +79,7 @@ sed -i -e 's/\r//g' TODO.txt README.txt WhatsNew.txt BUGS.txt COPYING.txt CREDIT %build %configure \ --enable-sdl-dlopen \ + --enable-video-kmsdrm \ --disable-arts \ --disable-esd \ --disable-nas \ @@ -127,6 +131,9 @@ rm -vf %{buildroot}%{_libdir}/*.la %{_libdir}/lib*.a %changelog +* Wed Apr 11 2018 Tom Callaway - 2.0.8-4 +- enable video-kmsdrm + * Fri Mar 30 2018 David Abdurachmanov - 2.0.8-3 - Add riscv64 to SDL_config.h