X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=build%2Ftizen%2Fadaptor-uv%2Fconfigure.ac;h=e61fccfb6384cb5b0f91e00d5f2ba29443e16143;hb=187c803816b8a8327d7d126e57eb606f30572d05;hp=1f847b15f2e306f846a33f587d7e0885fa98203f;hpb=3d5eb6ff88b0bf95bbe4ea6f31f8737f780ba991;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/build/tizen/adaptor-uv/configure.ac b/build/tizen/adaptor-uv/configure.ac old mode 100755 new mode 100644 index 1f847b1..e61fccf --- a/build/tizen/adaptor-uv/configure.ac +++ b/build/tizen/adaptor-uv/configure.ac @@ -289,9 +289,10 @@ fi else -# dali-adaptor-uv needs ecore-wayland even if enable_efl==no -# because NativeRenderSurface uses it. -if test "x$enable_profile" != "xUBUNTU"; then +# For adaptors/mobile/native-render-surface-factory.cpp +PKG_CHECK_MODULES(ECORE_WAYLAND, ecore-wayland) + +if test "x$enable_profile" = "xIVI"; then PKG_CHECK_MODULES(ECORE_WAYLAND, ecore-wayland) fi @@ -306,6 +307,13 @@ 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 text-client input-method-client) +fi +fi AM_CONDITIONAL([USE_ECORE_WAYLAND], [test "$DALI_USE_ECORE_WAYLAND" -eq 1]) if test x$DALI_DATA_RW_DIR != x; then