mirror of https://github.com/PCSX2/pcsx2.git
cmake: Remove unused dependency logs.
This commit is contained in:
parent
880b93246c
commit
7d875076e2
2
build.sh
2
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 **"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue