Accepting request 808974 from home:Kieltux:branches:Emulators
- Add QT5Multimedia as build requirement. Fix building of the Qt frontend. - Add %define _lto_cflags %{nil} to spec file. Fix building for Tumbleweed. OBS-URL: https://build.opensuse.org/request/show/808974 OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=261
This commit is contained in:
parent
4d17b19dc0
commit
2fed20dca6
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 24 11:07:43 UTC 2020 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
- Add QT5Multimedia as build requirement. Fix building of the Qt
|
||||
frontend.
|
||||
- Add %define _lto_cflags %{nil} to spec file. Fix building for
|
||||
Tumbleweed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 23 21:47:35 UTC 2020 - pousaduarte@gmail.com
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define _lto_cflags %{nil}
|
||||
Name: ppsspp
|
||||
Version: 1.9.3~git20200523
|
||||
Release: 0
|
||||
@ -47,6 +48,7 @@ BuildRequires: wayland-devel
|
||||
|
||||
#Qt deps:
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Multimedia)
|
||||
BuildRequires: pkgconfig(Qt5OpenGL)
|
||||
|
||||
#ffmpeg deps: (Restore once https://github.com/hrydgard/ppsspp/issues/9026 is closed)
|
||||
|
Loading…
Reference in New Issue
Block a user