Commit 0f39e2388173c82da5e4205b1c54bef207c17795
1 parent
86c9fdbb
Change dependency
Now Toolkit has dali-adaptor dependency. So app only need toolkit dependency for build So, remove dependency from demo. Change-Id: Ie65a4755be5e584893ef9de014383b501a0d37a8 Signed-off-by: minho.sun <minho.sun@samsung.com>
Showing
2 changed files
with
2 additions
and
4 deletions
build/tizen/CMakeLists.txt
| ... | ... | @@ -135,7 +135,7 @@ MESSAGE("Installed style resources ${LOCAL_STYLE_IMAGES_LIST} to ${STYLE_DIR}/im |
| 135 | 135 | |
| 136 | 136 | SET(PKG_LIST dali-core |
| 137 | 137 | dali-adaptor |
| 138 | - dali-toolkit ) | |
| 138 | + dali-toolkit) | |
| 139 | 139 | |
| 140 | 140 | INCLUDE(FindPkgConfig) |
| 141 | 141 | pkg_check_modules(REQUIRED_PKGS REQUIRED ${PKG_LIST}) | ... | ... |
packaging/com.samsung.dali-demo.spec
| ... | ... | @@ -19,6 +19,7 @@ BuildRequires: pkgconfig(capi-media-player) |
| 19 | 19 | BuildRequires: pkgconfig(dlog) |
| 20 | 20 | BuildRequires: gettext-tools |
| 21 | 21 | BuildRequires: pkgconfig(dali-core) |
| 22 | +BuildRequires: pkgconfig(dali-adaptor) | |
| 22 | 23 | BuildRequires: pkgconfig(dali-toolkit) |
| 23 | 24 | |
| 24 | 25 | #need libtzplatform-config for directory if tizen version is 3.x |
| ... | ... | @@ -26,9 +27,6 @@ BuildRequires: pkgconfig(dali-toolkit) |
| 26 | 27 | BuildRequires: pkgconfig(libtzplatform-config) |
| 27 | 28 | %endif |
| 28 | 29 | |
| 29 | -# DALi C++ applications always run on dali-adaptor. | |
| 30 | -BuildRequires: pkgconfig(dali-adaptor) | |
| 31 | - | |
| 32 | 30 | %description |
| 33 | 31 | The OpenGLES Canvas Core Demo is a collection of examples and demonstrations |
| 34 | 32 | of the capability of the toolkit. | ... | ... |