11-27-2022, 09:29 PM
I can no longer build pcsx2.on Debian Bookworm/Sid. When running cmake I get:
I have libudev1 and libudev-dev installed on my machine and this happens with or without the QT_BUILD parameter. Any advice?
Code:
CMake Error at pcsx2/CMakeLists.txt:1598 (target_link_libraries):
The link interface of target "PCSX2_FLAGS" contains:
PkgConfig::LIBUDEV
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.