mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
This is partially an emergency fix also for https://invent.kde.org/plasma/plasma-mobile/-/issues/404, which was potentially introduced by https://invent.kde.org/plasma/plasma-mobile/-/merge_requests/582 This MR extracts the screen brightness implementation from initialstart to a QML plugin, and also ports the action drawer brightness slider implementation to it. This avoids importing the powerdevil screen brightness plugin on the lockscreen, which apparently has a race condition that causes it to sometimes segfault.
14 lines
506 B
CMake
14 lines
506 B
CMake
# SPDX-FileCopyrightText: 2021 Devin Lin <devin@kde.org>
|
|
# SPDX-FileCopyrightText: 2017-2021 Marco Martin <mart@kde.org>
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
add_subdirectory(hapticsplugin)
|
|
add_subdirectory(mmplugin)
|
|
add_subdirectory(mobileshell)
|
|
add_subdirectory(mobileshellstate)
|
|
add_subdirectory(quicksettingsplugin)
|
|
add_subdirectory(windowplugin)
|
|
add_subdirectory(shellsettingsplugin)
|
|
add_subdirectory(wallpaperimageplugin)
|
|
add_subdirectory(dpmsplugin)
|
|
add_subdirectory(screenbrightnessplugin)
|