X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=build%2Ftizen%2Fplugins%2Fconfigure.ac;h=83b8a95b5b58d63977fe5b79834404b592800259;hb=f2c93c6d606a656a89299783c277ec1d56289f75;hp=b8088b2ec1dfc30fa0e5f4099fae79858b1b6323;hpb=8523f26f293656d87a2048276efee6dccf868b56;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/build/tizen/plugins/configure.ac b/build/tizen/plugins/configure.ac index b8088b2..83b8a95 100644 --- a/build/tizen/plugins/configure.ac +++ b/build/tizen/plugins/configure.ac @@ -23,30 +23,21 @@ AM_CONDITIONAL([UBUNTU_PROFILE], [test x$enable_profile = xUBUNTU]) AM_CONDITIONAL([WAYLAND], [test x$enable_wayland = xyes]) AM_CONDITIONAL([USE_FEEDBACK], [test x$enable_feedback = xyes]) -AM_CONDITIONAL([USE_VIDEOPLAYER], [test x$enable_videoplayer = xyes]) -if test "x$enable_wayland" = "xyes"; then -if test "x$enable_videoplayer" = "xyes"; then -if test "x$enable_profile" != "xUBUNTU"; then -PKG_CHECK_MODULES(CAPI_MEDIA_PLAYER, capi-media-player) -PKG_CHECK_MODULES(ECORE_WAYLAND, ecore-wayland) -fi -fi # enable_videoplayer -fi # enable_wayland - -if test "x$enable_feedback" = "xyes"; then +AM_CONDITIONAL([ENABLE_CXX03_ABI], [test x$enable_cxx03_abi = xyes]) +AM_CONDITIONAL([ENABLE_RENAME_SO], [test x$enable_rename_so = xyes]) -if test "x$enable_profile" = "xCOMMON" || test "x$enable_profile" = "xTV"; then -PKG_CHECK_MODULES(HAPTIC, haptic) +if test "x$enable_cxx03_abi" = "xyes"; then + DALI_ADAPTOR_CFLAGS="$DALI_ADAPTOR_CFLAGS -D_GLIBCXX_USE_CXX11_ABI=0" fi -if test "x$enable_profile" = "xMOBILE"; then -PKG_CHECK_MODULES(DEVICED, deviced) -fi +if test "x$enable_feedback" = "xyes"; then +if test "x$enable_profile" != "xUBUNTU"; then PKG_CHECK_MODULES(FEEDBACK, feedback) PKG_CHECK_MODULES(MMFSOUND, mm-sound) +fi # check UNBUNTU fi # enable_feedback AC_CONFIG_FILES(Makefile)