aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-others/privacy-manager-server/files/fix-include-directories-in-CMakeList.txt.patch
blob: 7af70a8738e56be6b31ca07b9d831ea8135f665b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/pkgmgr_plugin/CMakeLists.txt b/pkgmgr_plugin/CMakeLists.txt
index b8a0488..00f8428 100644
--- a/pkgmgr_plugin/CMakeLists.txt
+++ b/pkgmgr_plugin/CMakeLists.txt
@@ -12,11 +12,7 @@ FOREACH(flag ${privileges_CFLAGS})
 ENDFOREACH(flag)
 
 INCLUDE_DIRECTORIES(
-    /usr/include
-    /usr/include/glib-2.0 
-    /usr/include/libxml2
-    /usr/include/package_manager
-    /usr/include/dlog
+    "${pkg_INCLUDE_DIRS}"
     "${CMAKE_SOURCE_DIR}/client/inc/"
     "${CMAKE_SOURCE_DIR}/common/inc/"
     )