Merge branch 'tizen' into devel/new_mesh 89/37589/2
authorDavid Steele <david.steele@partner.samsung.com>
Tue, 31 Mar 2015 13:16:12 +0000 (14:16 +0100)
committerDavid Steele <david.steele@partner.samsung.com>
Tue, 31 Mar 2015 16:05:36 +0000 (17:05 +0100)
.

Change-Id: Ic6d3c6e1cc6dff2dbf9064797e766ed88ec3deaa

1  2 
build/tizen/adaptor/Makefile.am
build/tizen/configure.ac

Simple merge
@@@ -99,6 -105,16 +105,10 @@@ if test "x$enable_debug" = "xno" -a "x$
    DALI_ADAPTOR_CFLAGS="$DALI_ADAPTOR_CFLAGS -fvisibility=hidden -DHIDE_DALI_INTERNALS"
  fi
  
 -AC_ARG_ENABLE([assimp],
 -              [AC_HELP_STRING([--enable-assimp],
 -                              [Enable assimp plugin, overriding platform defaults])],
 -              [enable_assimp=yes],
 -              [enable_assimp=no])
 -
+ if test "x$enable_shaderbincache" = "xENABLE"; then
+   DALI_ADAPTOR_CFLAGS="$DALI_ADAPTOR_CFLAGS -DSHADERBIN_CACHE_ENABLED"
+ fi
  AC_ARG_ENABLE([gles],
                [AC_HELP_STRING([--enable-gles],
                                [Specify the OpenGL ES version for backwards compatibility])],