mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Some fixes for Linux builds
This commit is contained in:
parent
94134c1ea6
commit
e202f78f4c
1 changed files with 1 additions and 1 deletions
|
|
@ -439,7 +439,7 @@ find_package(SDL3 CONFIG REQUIRED)
|
|||
find_package(SDL3_image CONFIG REQUIRED)
|
||||
find_package(SDL3_mixer CONFIG REQUIRED REQUIRED)
|
||||
find_package(SDL3_ttf CONFIG REQUIRED)
|
||||
find_package(SDL3_net CONFIG REQUIRED)
|
||||
find_package(SDL3_net REQUIRED)
|
||||
find_package(Boost REQUIRED COMPONENTS program_options chrono)
|
||||
find_package(PhysFS)
|
||||
find_path(PIXMAN_INCLUDE_DIR NAMES pixman.h PATH_SUFFIXES pixman-1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue