enable video-kmsdrm
This commit is contained in:
parent
b436e32f85
commit
e8c46a9a28
@ -1,6 +1,6 @@
|
|||||||
Name: SDL2
|
Name: SDL2
|
||||||
Version: 2.0.8
|
Version: 2.0.8
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Cross-platform multimedia library
|
Summary: Cross-platform multimedia library
|
||||||
|
|
||||||
License: zlib and MIT
|
License: zlib and MIT
|
||||||
@ -43,6 +43,9 @@ BuildRequires: pkgconfig(wayland-scanner)
|
|||||||
BuildRequires: pkgconfig(xkbcommon)
|
BuildRequires: pkgconfig(xkbcommon)
|
||||||
# Vulkan
|
# Vulkan
|
||||||
BuildRequires: vulkan-devel
|
BuildRequires: vulkan-devel
|
||||||
|
# KMS
|
||||||
|
BuildRequires: mesa-libgbm-devel
|
||||||
|
BuildRequires: libdrm-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed
|
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
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--enable-sdl-dlopen \
|
--enable-sdl-dlopen \
|
||||||
|
--enable-video-kmsdrm \
|
||||||
--disable-arts \
|
--disable-arts \
|
||||||
--disable-esd \
|
--disable-esd \
|
||||||
--disable-nas \
|
--disable-nas \
|
||||||
@ -127,6 +131,9 @@ rm -vf %{buildroot}%{_libdir}/*.la
|
|||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 11 2018 Tom Callaway <spot@fedoraproject.org> - 2.0.8-4
|
||||||
|
- enable video-kmsdrm
|
||||||
|
|
||||||
* Fri Mar 30 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 2.0.8-3
|
* Fri Mar 30 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 2.0.8-3
|
||||||
- Add riscv64 to SDL_config.h
|
- Add riscv64 to SDL_config.h
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user