From: huiyu.eun Date: Fri, 19 Jul 2019 01:08:14 +0000 (+0900) Subject: Add tizen files to Common rpm X-Git-Tag: dali_1.4.30~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b772ca23ac0ba1b22ebac3c11f9dcb57c6a47c84;hp=423ebcf8b5a2ede8b3eb899a58a351f78c219cda;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git Add tizen files to Common rpm fail issue on rpi Change-Id: I3a45adff4edab298146ed85f405b4b7d8015a901 Signed-off-by: huiyu.eun --- diff --git a/build/tizen/Makefile.am b/build/tizen/Makefile.am index 2e39d9f..849d556 100755 --- a/build/tizen/Makefile.am +++ b/build/tizen/Makefile.am @@ -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 diff --git a/build/tizen/configure.ac b/build/tizen/configure.ac index 242a85a..6cb6009 100755 --- a/build/tizen/configure.ac +++ b/build/tizen/configure.ac @@ -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)