1
0
Fork 0

Updated cmake sources to TDesktop version 2.4.3

This commit is contained in:
Eric Kotato 2020-10-19 18:34:12 +03:00
commit b11cd9d772
5 changed files with 8 additions and 11 deletions

View file

@ -68,13 +68,13 @@ else()
va-drm va-drm
va va
vdpau vdpau
Xi wayland-client
Xext Xext
Xfixes Xfixes
Xrender
) )
target_link_libraries(external_ffmpeg target_link_libraries(external_ffmpeg
INTERFACE INTERFACE
X11
drm drm
pthread pthread
) )

View file

@ -335,17 +335,13 @@ else()
wayland-egl wayland-egl
wayland-cursor wayland-cursor
wayland-client wayland-client
xcb-shm
xcb-xfixes
xcb-render
xkbcommon xkbcommon
xkbcommon-x11 xkbcommon-x11
Xi
Xext
Xfixes
Xrender Xrender
ffi ffi
icutu
icui18n
icuuc
icudata
) )
if (DESKTOP_APP_USE_GLIBC_WRAPS) if (DESKTOP_APP_USE_GLIBC_WRAPS)
target_link_libraries(external_qt target_link_libraries(external_qt
@ -356,6 +352,7 @@ else()
endif() endif()
target_link_libraries(external_qt target_link_libraries(external_qt
INTERFACE INTERFACE
desktop-app::external_zlib
ICE ICE
SM SM
fontconfig fontconfig

View file

@ -5,7 +5,7 @@
# https://github.com/desktop-app/legal/blob/master/LEGAL # https://github.com/desktop-app/legal/blob/master/LEGAL
set(MAXIMUM_CXX_STANDARD cxx_std_20) set(MAXIMUM_CXX_STANDARD cxx_std_20)
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang") if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
set(MAXIMUM_CXX_STANDARD cxx_std_17) set(MAXIMUM_CXX_STANDARD cxx_std_17)
endif() endif()

View file

@ -38,6 +38,7 @@ INTERFACE
-Wno-sign-compare -Wno-sign-compare
-Wno-unknown-attributes -Wno-unknown-attributes
-Wno-pragma-system-header-outside-header -Wno-pragma-system-header-outside-header
-Wno-range-loop-analysis
) )
if (DESKTOP_APP_SPECIAL_TARGET) if (DESKTOP_APP_SPECIAL_TARGET)

View file

@ -86,7 +86,6 @@ INTERFACE
Version Version
Dwmapi Dwmapi
Wtsapi32 Wtsapi32
Rstrtmgr
Crypt32 Crypt32
) )