From de213809b2d46b3b7c98418d4816c952ad17bcd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Tue, 20 Jun 2017 09:41:58 +0200 Subject: [PATCH] Restore -DENABLE_GENERIC for i386 and arm --- org.DolphinEmu.dolphin-emu.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/org.DolphinEmu.dolphin-emu.json b/org.DolphinEmu.dolphin-emu.json index e7cdda8..6705351 100644 --- a/org.DolphinEmu.dolphin-emu.json +++ b/org.DolphinEmu.dolphin-emu.json @@ -24,7 +24,19 @@ "config-opts": [ "-DENABLE_SDL=ON", "-DENABLE_EVDEV=OFF" - ] + ], + "arch": { + "i386": { + "config-opts": [ + "-DENABLE_GENERIC=ON" + ] + }, + "arm": { + "config-opts": [ + "-DENABLE_GENERIC=ON" + ] + } + } }, "post-install": [ "install -Dm644 appdata.xml /app/share/appdata/dolphin-emu.appdata.xml"