diff --git a/build.sh b/build.sh index 2c58f50c0b..fb62644927 100755 --- a/build.sh +++ b/build.sh @@ -238,7 +238,7 @@ for ARG in "$@"; do echo echo "** Distribution Compatibilities **" echo "--sdl12 : Build with SDL1.2 (requires if wx is linked against SDL1.2)" - echo "--no-portaudio : Skip portaudio for spu2x." + echo "--no-portaudio : Skip portaudio for SPU2." echo "--use-system-yaml : Use the system version of yaml-cpp, if available." echo echo "** Expert Developer option **" diff --git a/cmake/SelectPcsx2Plugins.cmake b/cmake/SelectPcsx2Plugins.cmake index 21d8457ea5..f5cddc7c57 100644 --- a/cmake/SelectPcsx2Plugins.cmake +++ b/cmake/SelectPcsx2Plugins.cmake @@ -4,9 +4,6 @@ set(msg_dep_common_libs "check these libraries -> wxWidgets (>=3.0), aio") set(msg_dep_pcsx2 "check these libraries -> wxWidgets (>=3.0), gtk2, zlib (>=1.2.4), pcsx2 common libs") set(msg_dep_gsdx "check these libraries -> opengl, png (>=1.2), zlib (>=1.2.4), X11, liblzma") -set(msg_dep_onepad "check these libraries -> sdl2, X11, gtk2") -set(msg_dep_spu2x "check these libraries -> soundtouch (>=1.5), alsa, portaudio (optional, >=1.9), sdl (>=1.2), pcsx2 common libs") -set(msg_dep_dev "check these libraries -> gtk2, pcap, libxml2") macro(print_dep str dep) if (PACKAGE_MODE)