mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
12 lines
474 B
Diff
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)
|