From dbc1933c465f3612e4576c11f96ae2c660593a7e Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Thu, 9 Jun 2022 15:41:44 +0900 Subject: [PATCH 1/1] Fix include path value of scene-loader Change-Id: I9753119ea72cc3db33f7251ef5d9235389f6c5a8 --- build/tizen/dali-scene-loader/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tizen/dali-scene-loader/CMakeLists.txt b/build/tizen/dali-scene-loader/CMakeLists.txt index 8891e9d..f900b5a 100644 --- a/build/tizen/dali-scene-loader/CMakeLists.txt +++ b/build/tizen/dali-scene-loader/CMakeLists.txt @@ -64,7 +64,7 @@ if (ENABLE_PKG_CONFIGURE) set(PREFIX ${prefix}) set(EXEC_PREFIX ${CMAKE_INSTALL_PREFIX}) - set(DEV_INCLUDE_PATH ${repo_root_dir}) + set(DEV_INCLUDE_PATH ${INCLUDE_DIR}) set(core_pkg_cfg_file dali2-scene-loader.pc) configure_file(${CMAKE_CURRENT_LIST_DIR}/${core_pkg_cfg_file}.in ${core_pkg_cfg_file} @ONLY) -- 2.7.4