X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=build%2Ftizen%2Fadaptor-uv%2Fconfigure.ac;h=e61fccfb6384cb5b0f91e00d5f2ba29443e16143;hb=187c803816b8a8327d7d126e57eb606f30572d05;hp=c2a125b5611818d3950c5e6da5cdfc03bc06c4ed;hpb=e1d335c39e868dde0095c15ca4ee88ca641cdadd;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/build/tizen/adaptor-uv/configure.ac b/build/tizen/adaptor-uv/configure.ac index c2a125b..e61fccf 100644 --- a/build/tizen/adaptor-uv/configure.ac +++ b/build/tizen/adaptor-uv/configure.ac @@ -289,11 +289,8 @@ fi else -# dali-adaptor-uv for MOBILE profile needs ecore-wayland even if enable_efl==no -# because adaptors/mobile/pixmap-render-surface-factory.cpp uses it. -if test "x$enable_profile" = "xMOBILE"; then +# For adaptors/mobile/native-render-surface-factory.cpp PKG_CHECK_MODULES(ECORE_WAYLAND, ecore-wayland) -fi if test "x$enable_profile" = "xIVI"; then PKG_CHECK_MODULES(ECORE_WAYLAND, ecore-wayland) @@ -335,11 +332,18 @@ if test x$FONT_CONFIGURATION_FILE != x; then fontConfigurationFile=$FONT_CONFIGURATION_FILE fi +if test x$TIZEN_PLATFORM_CONFIG_SUPPORTED != x; then + tizenPlatformConfigSupported=$TIZEN_PLATFORM_CONFIG_SUPPORTED +else + tizenPlatformConfigSupported=0 +fi + AC_SUBST(dataReadWriteDir) AC_SUBST(dataReadOnlyDir) AC_SUBST(DALI_ADAPTOR_CFLAGS) AC_SUBST(DALI_PROFILE_CFLAGS) AC_SUBST(fontConfigurationFile) +AC_SUBST(tizenPlatformConfigSupported) # Specify the include directory for development headers #devincludepath=${includedir}/dali/internal @@ -377,7 +381,9 @@ Configuration Font config file: $fontConfigurationFile Building with EFL Libraries: $enable_efl Using Tizen APP FW libraries: $enable_appfw - OpenGL ES version: $enable_gles" + OpenGL ES version: $enable_gles + Tizen Platform Config supported: $tizenPlatformConfigSupported +" # optional output of node.js source path if we're building with libuv if test "x$build_for_libuv" != "xno"; then echo " LibUV header path $with_libuv"