Revert "[Tizen] Webp-loading, Fix svace issue and change the way to get animation...
[platform/core/uifw/dali-adaptor.git] / build / tizen / deps-check.cmake
old mode 100644 (file)
new mode 100755 (executable)
index 449d848..a13dc7d
@@ -5,7 +5,7 @@ INCLUDE( common.cmake )
 ARG_ENABLE( ENABLE_EXPORTALL enable_exportall 1 "Enables the exporting of all the symbols in the library" )
 ARG_ENABLE( ENABLE_DEBUG enable_debug ${ENABLE_VAL} "Turns on debugging" )
 ARG_ENABLE( ENABLE_SHADERBINCACHE enable_shaderbincache ${ENABLE_VAL} "Enables shader binary cache" )
-ARG_ENABLE( ENABLE_NETWORKLOGGING enable_networklogging ${ENABLE_VAL} "Enables network for debug tool" )
+ARG_ENABLE( ENABLE_NETWORK_LOGGING enable_network_logging ${ENABLE_VAL} "Enables network for debug tool" )
 
 # Currently, dali-adaptor requires appfw on Tizen
 # and does not require it on Ubuntu.
@@ -127,7 +127,7 @@ ENDIF()
 
 IF( enable_wayland )
   IF( enable_ecore_wayland2 )
-    PKG_CHECK_MODULES(WAYLAND ecore-wl2 egl wayland-egl wayland-egl-tizen wayland-client>=1.2.0 xkbcommon libtbm )
+    PKG_CHECK_MODULES(WAYLAND ecore-wl2 egl wayland-egl wayland-egl-tizen wayland-client>=1.2.0 input-method-client xkbcommon libtbm )
   ELSE()
     PKG_CHECK_MODULES(WAYLAND ecore-wayland egl wayland-egl wayland-client>=1.2.0 xkbcommon libtbm)
   ENDIF()
@@ -169,7 +169,7 @@ IF( enable_shaderbincache )
   ADD_DEFINITIONS( -DSHADERBIN_CACHE_ENABLED )
 ENDIF()
 
-IF( enable_networklogging )
+IF( enable_network_logging )
   ADD_DEFINITIONS( -DNETWORK_LOGGING_ENABLED )
 ENDIF()
 
@@ -369,6 +369,7 @@ IF( enable_appfw )
     ${ECORE_IMF_CFLAGS}
     ${FRIBIDI_CFLAGS}
     ${COMPONENT_BASED_CORE_BASE_CFLAGS}
+    ${SCREENCONNECTORPROVIDER_CFLAGS}
   )
 
   SET( DALI_LDFLAGS ${DALI_LDFLAGS}
@@ -384,6 +385,7 @@ IF( enable_appfw )
     ${ECORE_IMF_LDFLAGS}
     ${FRIBIDI_LDFLAGS}
     ${COMPONENT_BASED_CORE_BASE_LDFLAGS}
+    ${SCREENCONNECTORPROVIDER_LDFLAGS}
   )
 ELSE()
   SET( DALI_CFLAGS ${DALI_CFLAGS}
@@ -440,11 +442,9 @@ IF( WEARABLE_PROFILE )
   SET( DALI_CFLAGS ${DALI_CFLAGS}
     ${HAPTIC_CFLAGS}
     ${EFL_ASSIST_CFLAGS}
-    ${SCREENCONNECTORPROVIDER_CFLAGS}
     ${APPCORE_WATCH_CFLAGS}
   )
   SET( DALI_LDFLAGS ${DALI_LDFLAGS}
-    ${SCREENCONNECTORPROVIDER_LDFLAGS}
     ${APPCORE_WATCH_LDFLAGS}
   )
 ENDIF()