26 lines
639 B
Diff
26 lines
639 B
Diff
From 295359eb5427586d38ed8cfdaf0a9c2f97ed2d72 Mon Sep 17 00:00:00 2001
|
|
From: liuzhilin <liuzhilin@uniontech.com>
|
|
Date: Thu, 11 Apr 2024 17:11:08 +0800
|
|
Subject: [PATCH] build-error
|
|
|
|
---
|
|
deepin-wm-dbus/CMakeLists.txt | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/deepin-wm-dbus/CMakeLists.txt b/deepin-wm-dbus/CMakeLists.txt
|
|
index 3807bc8..297b107 100644
|
|
--- a/deepin-wm-dbus/CMakeLists.txt
|
|
+++ b/deepin-wm-dbus/CMakeLists.txt
|
|
@@ -57,6 +57,8 @@ target_include_directories(
|
|
${TARGET_NAME}
|
|
PRIVATE
|
|
${GSETTINGS_INCLUDE_DIRS}
|
|
+ /usr/include/dtk5/DCore/
|
|
+ /usr/include/dtk5/
|
|
)
|
|
|
|
target_link_libraries(
|
|
--
|
|
2.39.3
|
|
|