mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-20 22:09:55 +00:00
Merge branch 'master' of https://github.com/ZakatTeamI2P/mkxp-sunshine
This commit is contained in:
commit
cf0659e62a
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ elseif(APPLE)
|
|||
list(APPEND MAIN_SOURCE src/mac-desktop.mm)
|
||||
else()
|
||||
find_package(PkgConfig REQUIRED)
|
||||
pkg_check_modules(LINUXPKGS REQUIRED gtk+-4.0 libxfconf-0)
|
||||
pkg_check_modules(LINUXPKGS REQUIRED gtk4 libxfconf-0)
|
||||
include_directories(${LINUXPKGS_INCLUDE_DIRS})
|
||||
add_compile_options(${LINUXPKGS_CFLAGS_OTHER})
|
||||
list(APPEND PLATFORM_LIBRARIES ${LINUXPKGS_LDFLAGS})
|
||||
|
|
|
|||
Loading…
Reference in a new issue