X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=build%2Ftizen%2Fadaptor-uv%2Fconfigure.ac;h=ee790857c7ba109e6a3fff64a2e1a9d374d41325;hb=refs%2Fchanges%2F53%2F66453%2F1;hp=e1919d1dc58eda613e7866fb94ebe5c39a4f5be2;hpb=4baa42b24c35ec2a9d77b3dde14ab4aa1c0f8f73;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/build/tizen/adaptor-uv/configure.ac b/build/tizen/adaptor-uv/configure.ac index e1919d1..ee79085 100644 --- a/build/tizen/adaptor-uv/configure.ac +++ b/build/tizen/adaptor-uv/configure.ac @@ -289,6 +289,12 @@ else if test "x$enable_profile" = "xMOBILE"; then PKG_CHECK_MODULES(ECORE_WAYLAND, ecore-wayland) fi +if test "x$enable_profile" = "xWEARABLE"; then +PKG_CHECK_MODULES(ECORE_WAYLAND, ecore-wayland) +fi +if test "x$enable_profile" = "xCOMMON"; then +PKG_CHECK_MODULES(ECORE_WAYLAND, ecore-wayland) +fi fi # Using Wayland API directly ( main loop agnostic, typically for running on libuv) @@ -301,13 +307,6 @@ PKG_CHECK_MODULES(WAYLAND, [ egl wayland-egl wayland-client >= 1.2.0 xkbcommon l fi fi -# remove this when we update common repos -# common profile currently does not have wayland extensions like xdg-shell -if test "x$enable_wayland" = "xyes"; then -if test "x$enable_profile" != "xCOMMON"; then -PKG_CHECK_MODULES(WAYLAND_EXTENSION, xdg-shell-client) -fi -fi AM_CONDITIONAL([USE_ECORE_WAYLAND], [test "$DALI_USE_ECORE_WAYLAND" -eq 1]) if test x$DALI_DATA_RW_DIR != x; then