diff --git a/.gitignore b/.gitignore index 4f0ee13..156dc31 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ dali-builder *.mo demo-theme.json simple-image-wall.js +/shared/resources-location.cpp diff --git a/build/tizen/examples/CMakeLists.txt b/build/tizen/examples/CMakeLists.txt index cc1183a..d83f427 100644 --- a/build/tizen/examples/CMakeLists.txt +++ b/build/tizen/examples/CMakeLists.txt @@ -16,7 +16,8 @@ SUBDIRLIST(SUBDIRS ${EXAMPLES_SRC_DIR}) FOREACH(EXAMPLE ${SUBDIRS}) FILE(GLOB SRCS "${EXAMPLES_SRC_DIR}/${EXAMPLE}/*.cpp") IF(NOT DEFINED DALI_APP_RES_DIR) - SET( DEMO_SRCS ${DEMO_SRCS} "${ROOT_SRC_DIR}/shared/resources-location.cpp") + SET( SRCS ${SRCS} "${ROOT_SRC_DIR}/shared/resources-location.cpp") + ENDIF() ADD_EXECUTABLE(${EXAMPLE}.example ${SRCS}) TARGET_LINK_LIBRARIES(${EXAMPLE}.example ${REQUIRED_PKGS_LDFLAGS} -pie) diff --git a/packaging/com.samsung.dali-demo.spec b/packaging/com.samsung.dali-demo.spec index 37145d7..0df8b31 100755 --- a/packaging/com.samsung.dali-demo.spec +++ b/packaging/com.samsung.dali-demo.spec @@ -2,7 +2,7 @@ Name: com.samsung.dali-demo Summary: The OpenGLES Canvas Core Demo -Version: 1.2.2 +Version: 1.2.3 Release: 1 Group: System/Libraries License: Apache-2.0