From 8d4607d29384b70a066d306c9612f41f9bcc1d0a Mon Sep 17 00:00:00 2001 From: Mystro256 Date: Thu, 3 Mar 2016 23:03:53 -0500 Subject: [PATCH] Polarssl should be mbedtls in dolphin-emu.spec --- Installer/dolphin-emu.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Installer/dolphin-emu.spec b/Installer/dolphin-emu.spec index e666f3bd17..6c2338b731 100644 --- a/Installer/dolphin-emu.spec +++ b/Installer/dolphin-emu.spec @@ -56,7 +56,8 @@ BuildRequires: lzo-devel # Disable miniupnpc in OBS for F20 BuildRequires: miniupnpc-devel BuildRequires: openal-soft-devel -BuildRequires: polarssl-devel +#polarssl is now mbedtls: +BuildRequires: mbedtls-devel BuildRequires: portaudio-devel BuildRequires: SDL2-devel BuildRequires: SFML-devel