Skip to content

Commit

Permalink
build: move kconf_update folder to desktop module
Browse files Browse the repository at this point in the history
This is really relevant only for the KDE Plasma desktop. It's therefore a
better suited place.

This might need to be revisited though when we have a more generic
configuration API.
  • Loading branch information
romangg committed Feb 27, 2024
1 parent 48e7206 commit eb7d499
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ include_directories(BEFORE
${CMAKE_CURRENT_SOURCE_DIR}
)

add_subdirectory(kconf_update)
add_subdirectory(como)
add_subdirectory(plugins)

Expand Down
1 change: 1 addition & 0 deletions como/desktop/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SPDX-FileCopyrightText: 2023 Roman Gilg <[email protected]>
#
# SPDX-License-Identifier: GPL-2.0-or-later
add_subdirectory(kconf_update)

add_library(desktop SHARED)

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit eb7d499

Please sign in to comment.