X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=build%2Ftizen%2Fadaptor-uv%2Fconfigure.ac;h=1f847b15f2e306f846a33f587d7e0885fa98203f;hb=588c64bbf1ff817e0a87384a3297c491d1c3bbec;hp=52341552834f71893adceb591f5ac41e93ccb421;hpb=ffa5e92a476c2a67492f0f1a82ee6a5b47254fd5;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 100644 new mode 100755 index 5234155..1f847b1 --- a/build/tizen/adaptor-uv/configure.ac +++ b/build/tizen/adaptor-uv/configure.ac @@ -142,7 +142,7 @@ AC_ARG_ENABLE([gles], [AC_HELP_STRING([--enable-gles], [Specify the OpenGL ES version for backwards compatibility])], [enable_gles=$enableval], - [enable_gles=30]) + [enable_gles=20]) DALI_ADAPTOR_CFLAGS="$DALI_ADAPTOR_CFLAGS -DDALI_GLES_VERSION=${enable_gles}" @@ -192,7 +192,7 @@ AC_ARG_ENABLE([profile], [AC_HELP_STRING([--enable-profile=COMMON,MOBILE,WEARABLE,TV,IVI,UBUNTU], [Select the variant of tizen])], [enable_profile=$enableval], - [enable_profile=COMMON]) + [enable_profile=UBUNTU]) # Ensure valid profile selected if test "x$enable_profile" != "xCOMMON" -a "x$enable_profile" != "xMOBILE" -a "x$enable_profile" != "xWEARABLE" -a "x$enable_profile" != "xTV" -a "x$enable_profile" != "xIVI" -a "x$enable_profile" != "xUBUNTU"; then @@ -289,18 +289,9 @@ 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 -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 -if test "x$enable_profile" = "xIVI"; then +# dali-adaptor-uv needs ecore-wayland even if enable_efl==no +# because NativeRenderSurface uses it. +if test "x$enable_profile" != "xUBUNTU"; then PKG_CHECK_MODULES(ECORE_WAYLAND, ecore-wayland) fi @@ -333,11 +324,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 @@ -361,7 +359,7 @@ Configuration ------------- Prefix: $prefix Debug Build: $enable_debug - Compile flags $DALI_ADAPTOR_CFLAGS + Compile flags: $DALI_ADAPTOR_CFLAGS Freetype bitmap support (Emoji): $freetype_bitmap_support Profile: $enable_profile Data Dir (Read/Write): $dataReadWriteDir @@ -373,10 +371,13 @@ Configuration Ecore Version At Least 1.13.0 $ecore_imf_1_13 Network logging enabled: $enable_networklogging Font config file: $fontConfigurationFile - Building with EFL Libraries $enable_efl - Using Tizen APP FW libraries $enable_appfw + Building with EFL Libraries: $enable_efl + Using Tizen APP FW libraries: $enable_appfw + 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" +echo " LibUV header path $with_libuv" fi +echo ""