cmake: SearchForStuff update to match gs merge.

This commit is contained in:
lightningterror 2021-07-06 19:12:46 +02:00
parent 7283b1a177
commit e8cc2df46c
1 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ if (Linux)
endif()
find_package(PCAP)
find_package(LibXml2)
find_package(Freetype) # GSdx OSD
find_package(Freetype) # GS OSD
find_package(Gettext) # translation tool
if(EXISTS ${PROJECT_SOURCE_DIR}/.git)
find_package(Git)
@ -299,7 +299,6 @@ include_directories(3rdparty/libchdr/libchdr/include)
#-------------------------------------------------------------------------------
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")
macro(print_dep str dep)
if (PACKAGE_MODE)