mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
fix(arm): disable power module
This commit is contained in:
parent
5be4c59e51
commit
cd04dea635
@ -12,7 +12,7 @@ find_package(Qt5Svg REQUIRED)
|
||||
find_package(Qt5DBus REQUIRED)
|
||||
find_package(DtkWidget REQUIRED)
|
||||
|
||||
if (${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm")
|
||||
if (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "aarch64")
|
||||
add_definitions("-DDISABLE_POWER_OPTIONS")
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user