SVN revision: 45728
This commit is contained in:
Carsten Haitzler 2010-01-30 03:19:51 +00:00
parent e49ce78f00
commit 2b06b06b33
1 changed files with 0 additions and 38 deletions

View File

@ -169,25 +169,6 @@ else
evas_engine_gl_common_libs="-lGLESv2 -lpthread -lm"
have_dep="yes"
fi
dnl samsung s3c6410 libs changed to be like the sgx ones. need a variety option
dnl have_gles20="no"
dnl AC_CHECK_LIB(gles20, glTexImage2D, [have_gles20="yes"], , -lEGL)
dnl if test "x${have_gles20}" = "xyes" ; then
dnl evas_engine_[]$1[]_cflags="${x_cflags}"
dnl evas_engine_[]$1[]_libs="${x_libs} -lgles20 -lEGL"
dnl AC_DEFINE(GLES_VARIETY_S3C6410, 1, [Samsung S3c6410 GLES2 support])
dnl evas_engine_gl_common_libs="-lgles20"
dnl have_dep="yes"
dnl fi
dnl have_glesv2="no"
dnl AC_CHECK_LIB(GLESv2, glTexImage2D, [have_glesv2="yes"], , -lEGL ${x_libs} -lpthread -lm)
dnl if test "x${have_glesv2}" = "xyes" ; then
dnl evas_engine_[]$1[]_cflags="${x_cflags}"
dnl evas_engine_[]$1[]_libs="${x_libs} -lGLESv2 -lpthread -lm -lEGL"
dnl AC_DEFINE(GLES_VARIETY_SGX, 1, [Imagination SGX GLES2 support])
dnl evas_engine_gl_common_libs="-lGLESv2 -lpthread -lm"
dnl have_dep="yes"
dnl fi
fi
fi
@ -529,25 +510,6 @@ else
evas_engine_gl_common_libs="-lGLESv2 -lpthread -lm"
have_dep="yes"
fi
dnl samsung s3c6410 libs changed to be like the sgx ones. need a variety option
dnl have_gles20="no"
dnl AC_CHECK_LIB(gles20, glTexImage2D, [have_gles20="yes"], , -lEGL)
dnl if test "x${have_gles20}" = "xyes" ; then
dnl evas_engine_[]$1[]_cflags="${SDL_CFLAGS}"
dnl evas_engine_[]$1[]_libs="${SDL_LIBS} -lgles20 -lEGL"
dnl AC_DEFINE(GLES_VARIETY_S3C6410, 1, [Samsung S3c6410 GLES2 support])
dnl evas_engine_gl_common_libs="-lgles20"
dnl have_dep="yes"
dnl fi
dnl have_glesv2="no"
dnl AC_CHECK_LIB(GLESv2, glTexImage2D, [have_glesv2="yes"], , -lEGL ${x_libs} -lpthread -lm)
dnl if test "x${have_glesv2}" = "xyes" ; then
dnl evas_engine_[]$1[]_cflags="${SDL_CFLAGS}"
dnl evas_engine_[]$1[]_libs="${SDL_LIBS} -lGLESv2 -lpthread -lm -lEGL"
dnl AC_DEFINE(GLES_VARIETY_SGX, 1, [Imagination SGX GLES2 support])
dnl evas_engine_gl_common_libs="-lGLESv2 -lpthread -lm"
dnl have_dep="yes"
dnl fi
fi
fi