Enable dev9ghzdrk plugin for Linux build

This commit is contained in:
Sunderland93 2018-10-07 15:14:28 +04:00 committed by lightningterror
parent 201e7d1430
commit 904ffb5d20
2 changed files with 3 additions and 1 deletions

View File

@ -13,11 +13,13 @@ Build-Depends: cmake (>= 2.8.5),
liblzma-dev,
libpng12-dev | libpng-dev,
libpulse-dev,
libpcap0.8-dev,
libsdl2-dev,
libsoundtouch-dev,
libwxbase3.0-dev,
libwxgtk3.0-dev,
libx11-dev,
libxml2-dev,
locales | locales-all,
portaudio19-dev,
zlib1g-dev

View File

@ -91,7 +91,7 @@ remove_not_yet_free_plugin()
{
echo "Remove non free plugins"
# remove also deprecated plugins
for plugin in CDVDiso CDVDisoEFP CDVDlinuz CDVDolio CDVDpeops dev9ghzdrk PeopsSPU2 SSSPSXPAD USBqemu xpad zerogs zerospu2
for plugin in CDVDiso CDVDisoEFP CDVDlinuz CDVDolio CDVDpeops PeopsSPU2 SSSPSXPAD USBqemu xpad zerogs zerospu2
do
rm -fr $LOCAL_REPO/plugins/$plugin
done