From 904ffb5d20d6a3a004aa89797a842b03bf3c1ad6 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Sun, 7 Oct 2018 15:14:28 +0400 Subject: [PATCH] Enable dev9ghzdrk plugin for Linux build --- debian-packager/control | 2 ++ debian-packager/create_built_tarball.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian-packager/control b/debian-packager/control index c8f26ce621..c6db3046c4 100644 --- a/debian-packager/control +++ b/debian-packager/control @@ -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 diff --git a/debian-packager/create_built_tarball.sh b/debian-packager/create_built_tarball.sh index 3b3481a033..1dcb04360e 100644 --- a/debian-packager/create_built_tarball.sh +++ b/debian-packager/create_built_tarball.sh @@ -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