SHA256
1
0
forked from pool/SDL2

Accepting request 530384 from home:Guillaume_G:branches:games

- Enable KMS/DRM video driver

OBS-URL: https://build.opensuse.org/request/show/530384
OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=59
This commit is contained in:
Jan Engelhardt 2017-10-02 10:29:44 +00:00 committed by Git OBS Bridge
parent 87a016977b
commit 138b1e728a
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 2 10:06:41 UTC 2017 - guillaume@opensuse.org
- Enable KMS/DRM video driver
-------------------------------------------------------------------
Sat Sep 30 16:54:04 UTC 2017 - spartanj@gmail.com

View File

@ -52,6 +52,9 @@ BuildRequires: pkgconfig(glesv1_cm)
BuildRequires: pkgconfig(glesv2)
%endif
BuildRequires: pkgconfig(ice)
# KMS/DRM driver needs libdrm and libgbm
BuildRequires: libdrm-devel >= 2.4.46
BuildRequires: libgbm-devel >= 9.0.0
%if 0%{?suse_version} > 1220
BuildRequires: pkgconfig(tslib)
%endif
@ -124,7 +127,8 @@ dos2unix COPYING.txt
%endif
--disable-rpath \
--disable-alsa-shared \
--disable-video-directfb
--disable-video-directfb \
--enable-video-kmsdrm
make %{?_smp_mflags} V=1
%install