mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
sadbohsadsfvodsfuyvfiu
This commit is contained in:
parent
9b9eb08445
commit
7dbbfc4706
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ elseif(APPLE)
|
||||||
list(APPEND MAIN_SOURCE src/mac-desktop.mm)
|
list(APPEND MAIN_SOURCE src/mac-desktop.mm)
|
||||||
else()
|
else()
|
||||||
find_package(PkgConfig REQUIRED)
|
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})
|
include_directories(${LINUXPKGS_INCLUDE_DIRS})
|
||||||
add_compile_options(${LINUXPKGS_CFLAGS_OTHER})
|
add_compile_options(${LINUXPKGS_CFLAGS_OTHER})
|
||||||
list(APPEND PLATFORM_LIBRARIES ${LINUXPKGS_LDFLAGS})
|
list(APPEND PLATFORM_LIBRARIES ${LINUXPKGS_LDFLAGS})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue