X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=build%2Ftizen%2Fplugins%2Fconfigure.ac;h=83b8a95b5b58d63977fe5b79834404b592800259;hb=f2c93c6d606a656a89299783c277ec1d56289f75;hp=3bd8eb9a9c006166f47c90e4aa6bcd7997999a79;hpb=6eeb3ddcde940912e6dd779804422611c7f5b72d;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/build/tizen/plugins/configure.ac b/build/tizen/plugins/configure.ac index 3bd8eb9..83b8a95 100644 --- a/build/tizen/plugins/configure.ac +++ b/build/tizen/plugins/configure.ac @@ -23,16 +23,13 @@ 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) +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_cxx03_abi" = "xyes"; then + DALI_ADAPTOR_CFLAGS="$DALI_ADAPTOR_CFLAGS -D_GLIBCXX_USE_CXX11_ABI=0" fi -fi # enable_videoplayer -fi # enable_wayland if test "x$enable_feedback" = "xyes"; then if test "x$enable_profile" != "xUBUNTU"; then