commit e898ea98b2a0495e2ef882faab23e8e28476d07f
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Jul 28 21:02:33 2018 +0100
Add -SDL2_API=TRUE as ask by configure
pcsx2.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/pcsx2.spec b/pcsx2.spec
index 844613f..6dfb3e9 100644
--- a/pcsx2.spec
+++ b/pcsx2.spec
@@ -106,8 +106,12 @@ export WX_CONFIG=wx-config-3.0-gtk2
%else
-DWX28_API=TRUE \
%endif
- -DEXTRA_PLUGINS=FALSE \
+%if (0%{?fedora} >= 28)
+ -DSDL2_API=TRUE \
+%else
-DSDL2_API=FALSE \
+%endif
+ -DEXTRA_PLUGINS=FALSE \
-DDISABLE_ADVANCE_SIMD=TRUE \
-DOpenGL_GL_PREFERENCE=GLVND \
-DCMAKE_BUILD_TYPE=Release
Show replies by date