SHA256
1
0
forked from pool/retroarch

Accepting request 627942 from home:mnhauke:games

- Build with supoort for the WIMP Qt GUI

OBS-URL: https://build.opensuse.org/request/show/627942
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=8
This commit is contained in:
Ismail Dönmez 2018-08-07 23:04:08 +00:00 committed by Git OBS Bridge
parent fd5051a64a
commit 33333e961a
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9189c7da6b2ca0142528eca14f26104ee322f052f8609203d90b60938d8d3f3
size 20540496

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 7 19:04:59 UTC 2018 - mardnh@gmx.de
- Build with supoort for the WIMP Qt GUI
-------------------------------------------------------------------
Sun Jun 24 16:08:03 UTC 2018 - boris@steki.net

View File

@ -43,6 +43,7 @@ BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(libv4l2)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(flac)
BuildRequires: pkgconfig(jack)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(openal)
@ -52,6 +53,9 @@ BuildRequires: pkgconfig(SDL2_image)
BuildRequires: pkgconfig(SDL2_mixer)
BuildRequires: pkgconfig(SDL2_net)
BuildRequires: pkgconfig(SDL2_ttf)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(zlib)
BuildRequires: python3-devel
BuildRequires: systemd-devel
@ -108,6 +112,7 @@ export CXXFLAGS="$CFLAGS"
--enable-xvideo \
--enable-python \
--enable-v4l2 \
--enable-qt \
%ifarch x86
--enable-sse \
%endif