fail issue on rpi
Change-Id: I3a45adff4edab298146ed85f405b4b7d8015a901
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
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
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)