From 8c440e550184d4d9bf9b3f4737b35384603eeac4 Mon Sep 17 00:00:00 2001 From: cryobry <38270216+cryobry@users.noreply.github.com> Date: Sun, 13 May 2018 14:54:54 -0700 Subject: [PATCH] Add libgomp dependency --- install_MC_fedora.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_MC_fedora.sh b/install_MC_fedora.sh index 13855e1..e11fa00 100755 --- a/install_MC_fedora.sh +++ b/install_MC_fedora.sh @@ -50,7 +50,7 @@ echo '' >> SPECS/mediacenter.spec echo 'AutoReq: 0' >> SPECS/mediacenter.spec echo 'Requires: libnotify librtmp lame vorbis-tools alsa-lib' >> SPECS/mediacenter.spec echo 'Requires: libX11 libX11-common libxcb libXau libXdmcp libuuid' >> SPECS/mediacenter.spec -echo 'Requires: gtk2 gtk2-engines mesa-libGL gnutls gtk2 lame' >> SPECS/mediacenter.spec +echo 'Requires: gtk2 gtk2-engines mesa-libGL gnutls gtk2 lame libgomp' >> SPECS/mediacenter.spec echo '' >> SPECS/mediacenter.spec echo 'License: Copyright 1998-2013, JRiver, Inc. All rights reserved. Protected by U.S. patents #7076468 and #7062468' >> SPECS/mediacenter.spec echo 'URL: http://www.jriver.com/' >> SPECS/mediacenter.spec