Set directfb to no if no evas-directfb

SVN revision: 34067
This commit is contained in:
Gustavo Sverzut Barbieri 2008-03-21 03:47:44 +00:00
parent 75248b2aad
commit d806c25459
1 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,8 @@ if test "x$have_evas_directfb" = "xyes"; then
PKG_CHECK_MODULES([DIRECTFB], directfb,
[ have_directfb="yes" ],
[ have_directfb="no" ])
else
have_directfb="no"
fi
AM_CONDITIONAL(BUILD_DIRECTFB, test "x$have_directfb" = "xyes")