SDL_hidapi requires libusb >= 1.0.16

Co-authored-by: Ozkan Sezer <sezeroz@gmail.com>
This commit is contained in:
Anonymous Maarten
2023-11-24 21:31:35 +01:00
parent 6ba90f7775
commit dd5b8db3a6
2 changed files with 1 additions and 2 deletions

View File

@@ -51,7 +51,6 @@ jobs:
cmake -S . -B build -GNinja \
-Wdeprecated -Wdev -Werror \
-DCMAKE_BUILD_TYPE=Release \
-DSDL_HIDAPI_LIBUSB=OFF \
-DSDL_CHECK_REQUIRED_INCLUDES="/usr/local/include" \
-DSDL_CHECK_REQUIRED_LINK_OPTIONS="-L/usr/local/lib"
cmake --build build/ --config Release --verbose -- -j`sysctl -n hw.ncpu`