Files
guru/net-misc/megasync/files/megasync-5.7.0.0-disable-forced-options.patch
Takuya Wakazono 9b0b966ecd net-misc/megasync: add 5.7.0.0
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2025-01-02 22:46:59 +09:00

12 lines
474 B
Diff

Disable forced options to reduce graphics-related dependencies.
--- a/cmake/modules/desktopapp_options.cmake
+++ b/cmake/modules/desktopapp_options.cmake
@@ -27,7 +27,6 @@ if (ENABLE_DESKTOP_APP)
set(USE_LIBUV ON) # Used by the Qt Desktop App: Includes the library and turns on internal web and ftp server functionality in the SDK.
set(ENABLE_LOG_PERFORMANCE ON)
set(ENABLE_QT_BINDINGS ON)
- set(ENABLE_ISOLATED_GFX ON)
endif()
include(sdklib_options)