[Tizen] Add tizen files to Common rpm 07/210407/1 accepted/tizen/unified/20190722.074745 submit/tizen/20190719.052459
authorhuiyu.eun <huiyu.eun@samsung.com>
Fri, 19 Jul 2019 01:08:14 +0000 (10:08 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Fri, 19 Jul 2019 01:08:14 +0000 (10:08 +0900)
fail issue on rpi

Change-Id: I3a45adff4edab298146ed85f405b4b7d8015a901
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
build/tizen/Makefile.am
build/tizen/configure.ac

index 2e39d9f62a576acaf6c3939de446107225752c42..849d556c26f7ed7fda24c3d4463ba3b85996c44b 100755 (executable)
@@ -68,7 +68,8 @@ endif
 
 if COMMON_PROFILE
 LIBDALI_CSHARP_BINDER_LA_SOURCES = \
-                        $(dali_csharp_binder_common_src_files)
+                        $(dali_csharp_binder_common_src_files) \
+                        $(dali_csharp_binder_tizen_src_files)
 endif
 
 if WEARABLE_PROFILE
index 242a85a4f609c958e0186e1e982b4346329c7b97..6cb6009a3728be6345c247a137f06d21cc0fd773 100755 (executable)
@@ -71,7 +71,7 @@ PKG_CHECK_MODULES(DALICORE, dali-core)
 PKG_CHECK_MODULES(DALIADAPTOR, dali-adaptor)
 PKG_CHECK_MODULES(DALITOOLKIT, dali-toolkit)
 
-if test "x$enable_profile" = "xMOBILE" -o "x$enable_profile" = "xWEARABLE" -o "x$enable_profile" = "xTV" -o "x$enable_profile" = "xIVI"; then
+if test "x$enable_profile" = "xMOBILE" -o "x$enable_profile" = "xWEARABLE" -o "x$enable_profile" = "xTV" -o "x$enable_profile" = "xIVI" -o "x$enable_profile" = "xCOMMON"; then
   PKG_CHECK_MODULES(DALIWIDGET, widget_viewer_dali)
   if test x$enable_ecore_wayland2 = xyes; then
     PKG_CHECK_MODULES(ECORE_WL2, ecore-wl2)