mirror of https://github.com/PCSX2/pcsx2.git
CMake: Drop unused ALSA dependency
This commit is contained in:
parent
a2afbd3080
commit
cfe51035fb
|
@ -20,11 +20,6 @@ if (WIN32)
|
|||
add_subdirectory(3rdparty/xz EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(3rdparty/D3D12MemAlloc EXCLUDE_FROM_ALL)
|
||||
else()
|
||||
## Use cmake package to find module
|
||||
if (Linux)
|
||||
find_package(ALSA REQUIRED)
|
||||
make_imported_target_if_missing(ALSA::ALSA ALSA)
|
||||
endif()
|
||||
find_package(PCAP REQUIRED)
|
||||
find_package(Gettext) # translation tool
|
||||
find_package(LibLZMA REQUIRED)
|
||||
|
|
|
@ -1550,7 +1550,6 @@ if(Linux)
|
|||
target_link_libraries(PCSX2_FLAGS INTERFACE
|
||||
PkgConfig::AIO
|
||||
PkgConfig::LIBUDEV
|
||||
ALSA::ALSA
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue