commit 14cf3119d015bcd32d249d237da20e29424a81bd
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon May 21 04:49:05 2018 +0100
Fix build on F27
pcsx2.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/pcsx2.spec b/pcsx2.spec
index f55bdf1..c11e540 100644
--- a/pcsx2.spec
+++ b/pcsx2.spec
@@ -82,6 +82,10 @@ sed -i 's/@PCSX2_MENU_CATEGORIES@/Game;Emulator;GTK;/g'
linux_various/PCSX2.desk
# have no much impact on speed 2/ some gcc flags (used to) crash PCSX2"
# Extensive testing will is therefore needed. See rpmfusion bug #2455
+%if (0%{?fedora} && 0%{?fedora} == 27)
+export WX_CONFIG=wx-config-3.0-gtk2
+%endif
+
%cmake . -DPACKAGE_MODE=TRUE \
-DBUILD_REPLAY_LOADERS=FALSE \
-DXDG_STD=TRUE \
Show replies by date