allow system libusb on solaris
Some checks failed
eden-license / license-header (pull_request) Failing after 20s
Some checks failed
eden-license / license-header (pull_request) Failing after 20s
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
06a65b89c9
commit
7e975a4224
2 changed files with 2 additions and 13 deletions
|
@ -195,7 +195,7 @@ Run the usual update + install of essential toolings: `sudo pkg update && sudo p
|
||||||
- **gcc**: `sudo pkg install developer/gcc-14`.
|
- **gcc**: `sudo pkg install developer/gcc-14`.
|
||||||
- **clang**: Version 20 is broken, use `sudo pkg install developer/clang-19`.
|
- **clang**: Version 20 is broken, use `sudo pkg install developer/clang-19`.
|
||||||
|
|
||||||
Then install the libraries: `sudo pkg install qt6 boost glslang libzip library/lz4 nlohmann-json openssl opus sdl2 zlib compress/zstd unzip pkg-config nasm autoconf mesa library/libdrm header-drm developer/fmt`.
|
Then install the libraries: `sudo pkg install qt6 boost glslang libzip library/lz4 libusb-1 nlohmann-json openssl opus sdl2 zlib compress/zstd unzip pkg-config nasm autoconf mesa library/libdrm header-drm developer/fmt`.
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
13
externals/libusb/CMakeLists.txt
vendored
13
externals/libusb/CMakeLists.txt
vendored
|
@ -6,18 +6,7 @@
|
||||||
|
|
||||||
include(CPMUtil)
|
include(CPMUtil)
|
||||||
|
|
||||||
# we love our libraries don't we folks
|
AddJsonPackage(libusb)
|
||||||
if (PLATFORM_SUN)
|
|
||||||
set(libusb_bundled ON)
|
|
||||||
else()
|
|
||||||
set(libusb_bundled OFF)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# TODO(crueter): Fix on Solaris
|
|
||||||
AddJsonPackage(
|
|
||||||
NAME libusb
|
|
||||||
BUNDLED_PACKAGE ${libusb_bundled}
|
|
||||||
)
|
|
||||||
|
|
||||||
if (NOT libusb_ADDED)
|
if (NOT libusb_ADDED)
|
||||||
return()
|
return()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue