diff --git a/ppsspp.changes b/ppsspp.changes index f79333e..beac32c 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun May 24 11:07:43 UTC 2020 - Carsten Ziepke + +- 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 diff --git a/ppsspp.spec b/ppsspp.spec index 693f8ba..6e5e578 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -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)