check the correct evas sdl engine .pc file

SVN revision: 33100
This commit is contained in:
doursse 2007-12-11 18:59:50 +00:00 committed by doursse
parent 0e5757c9e3
commit 01896494a2
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ if test "x$have_sdl" = "xyes" -a "x$have_ecore_evas" = "xyes"; then
if test "x$want_ecore_evas_sdl" = "xyes"; then
save_CFLAGS=$CFLAGS
CFLAGS="$CFLAGS $SDL_CFLAGS"
PKG_CHECK_EXISTS(evas-sdl,
PKG_CHECK_EXISTS(evas-software-sdl,
[
AC_DEFINE(BUILD_ECORE_EVAS_SDL, 1, [Support for SDL in Ecore_Evas])
have_ecore_evas_sdl="yes"