diff options
author | Cedric BAIL <c.bail@partner.samsung.com> | 2014-07-25 20:23:42 +0200 |
---|---|---|
committer | Cedric BAIL <c.bail@partner.samsung.com> | 2014-07-25 20:24:29 +0200 |
commit | 3c179cdb87446f58b7eec3b467c9142c9a97df96 (patch) | |
tree | 21d05b1e03f6473110201d3109d495b7dbedc2a6 /configure.ac | |
parent | 9a9d78dfcbe2aa75ecc72d0fe303a174d0ed457a (diff) |
evas: move to SDL2 and use GL_Generic infrastructure.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index da1c7a9b08..1cbc698d69 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1239,7 +1239,7 @@ AC_ARG_ENABLE([sdl], | |||
1239 | [want_sdl="no"]) | 1239 | [want_sdl="no"]) |
1240 | 1240 | ||
1241 | if test "${want_sdl}" = "yes"; then | 1241 | if test "${want_sdl}" = "yes"; then |
1242 | EFL_PKG_CHECK_STRICT([sdl >= 1.2.0]) | 1242 | EFL_PKG_CHECK_STRICT([sdl2 >= 2.0.0]) |
1243 | fi | 1243 | fi |
1244 | 1244 | ||
1245 | # We only enable SDL with opengl if it is not the full version and not ES | 1245 | # We only enable SDL with opengl if it is not the full version and not ES |
@@ -2734,10 +2734,7 @@ EFL_INTERNAL_DEPEND_PKG([ECORE_SDL], [ecore]) | |||
2734 | EFL_INTERNAL_DEPEND_PKG([ECORE_SDL], [eo]) | 2734 | EFL_INTERNAL_DEPEND_PKG([ECORE_SDL], [eo]) |
2735 | EFL_INTERNAL_DEPEND_PKG([ECORE_SDL], [eina]) | 2735 | EFL_INTERNAL_DEPEND_PKG([ECORE_SDL], [eina]) |
2736 | 2736 | ||
2737 | EFL_DEPEND_PKG([ECORE_SDL], [SDL], [sdl >= 1.2.0]) | 2737 | EFL_DEPEND_PKG([ECORE_SDL], [SDL], [sdl2 >= 2.0.0]) |
2738 | |||
2739 | PKG_CHECK_EXISTS([sdl >= 1.3.0], | ||
2740 | [AC_DEFINE(BUILD_ECORE_EVAS_SDL_130, 1, [Support for SVN SDL])]) | ||
2741 | 2738 | ||
2742 | EFL_EVAL_PKGS([ECORE_SDL]) | 2739 | EFL_EVAL_PKGS([ECORE_SDL]) |
2743 | 2740 | ||