Add tizen files to Common rpm 09/210409/2
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:15:20 +0000 (01:15 +0000)
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 2e39d9f..849d556 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 242a85a..6cb6009 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)