summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-04-22 08:00:00 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-04-22 08:00:00 +0200
commit8e21120f75a0d791ce6f1cc26445f1978ed8875d (patch)
treeab419d38af2360d72c383870128d473a8e9699a6 /src
parent8b1d6053f95c05503252f8ae151e1635a5571548 (diff)
Restore use of CMake OPTION_USE_SYSTEM_LIBDECOR
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 75f72a6d3..815070c6a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -479,12 +479,12 @@ if (OPTION_USE_WAYLAND)
xutf8/keysym2Ucs.c
scandir_posix.c
../libdecor/src/cursor-settings.c
+ ../libdecor/src/os-compatibility.c
../libdecor/build/fl_libdecor-plugins.c
)
if (NOT OPTION_USE_SYSTEM_LIBDECOR)
list (APPEND CFILES
../libdecor/build/fl_libdecor.c
- ../libdecor/src/os-compatibility.c
../libdecor/src/plugins/cairo/libdecor-cairo-blur.c
)
endif (NOT OPTION_USE_SYSTEM_LIBDECOR)