Revert "[3.0] Fix common, wearable profile build errors at dali-1.1.22 version update"
[platform/core/uifw/dali-adaptor.git] / build / tizen / adaptor-uv / configure.ac
index 1ffdab9..1b22417 100644 (file)
@@ -88,6 +88,8 @@ if test "x$tpkp_curl_available" = "xyes"; then
   DALI_ADAPTOR_CFLAGS="$DALI_ADAPTOR_CFLAGS -DTPK_CURL_ENABLED "
 fi
 
+PKG_CHECK_MODULES(UTILX, utilX, [ utilx_available=yes ], [ utilx_available=no ] )
+
 DALI_ADAPTOR_CFLAGS="$DALI_ADAPTOR_CFLAGS -DPLATFORM_TIZEN"
 
 AC_ARG_ENABLE(exportall,
@@ -169,9 +171,9 @@ else
   AC_MSG_NOTICE("build with libuv mainloop == no (Node.JS not supported)");
 fi
 
-# Currently, dali-adaptor-uv requires appfw on Tizen 2.4 (X11)
-# and does not require it on Tizen 3.0 (Wayland) & Ubuntu.
-# So we should be able to enable/disable this option for dali-adaptor.
+# Currently, dali-adaptor-uv requires appfw on Tizen
+# and does not require it on Ubuntu.
+# So we should be able to enable/disable this option for dali-adaptor-uv.
 AC_ARG_ENABLE([appfw],
               [AC_HELP_STRING([--enable-appfw],
                               [Builds with Tizen App framework libraries, off by default])],
@@ -267,7 +269,7 @@ fi
 # Using EFL api's for  WAYLAND AND X11 to run on ecore mainloop
 if test "x$enable_efl" = "xyes"; then
 if test "x$enable_wayland" = "xyes"; then
-PKG_CHECK_MODULES(WAYLAND, [ecore-wayland egl wayland-egl wayland-client >= 1.2.0 xkbcommon],
+PKG_CHECK_MODULES(WAYLAND, [ecore-wayland egl wayland-egl wayland-client >= 1.2.0 xkbcommon libtbm],
                   [DALI_USE_ECORE_WAYLAND=1],
                   [DALI_USE_ECORE_WAYLAND=0])
 
@@ -293,7 +295,7 @@ fi
 #  wayland-extension-client include xdg-shell-client
 if test "x$enable_efl" = "xno"; then
 if test "x$enable_wayland" = "xyes"; then
-PKG_CHECK_MODULES(WAYLAND, [ egl wayland-egl wayland-client >= 1.2.0 xkbcommon],
+PKG_CHECK_MODULES(WAYLAND, [ egl wayland-egl wayland-client >= 1.2.0 xkbcommon libtbm],
                   [DALI_USE_WAYLAND=1],
                   [DALI_USE_WAYLAND=0])
 fi