diff options
author | Rich J Wareham <richwareham@users.sourceforge.net> | 2002-02-04 17:25:52 +0000 |
---|---|---|
committer | Rich J Wareham <richwareham@users.sourceforge.net> | 2002-02-04 17:25:52 +0000 |
commit | 34de312da59ba42c3dec016da1feb05c7e7953fe (patch) | |
tree | 5584ffdb4bef31922a08a69253bbcb83863322b5 /configure.in | |
parent | 035c23273e7ae539a4efac4cdbdc32d5fc294f78 (diff) | |
download | xine-lib-34de312da59ba42c3dec016da1feb05c7e7953fe.tar.gz xine-lib-34de312da59ba42c3dec016da1feb05c7e7953fe.tar.bz2 |
First attempt at making DirectFB output use a layer rather than surface
CVS patchset: 1473
CVS date: 2002/02/04 17:25:52
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 76a418ced..50567a422 100644 --- a/configure.in +++ b/configure.in @@ -351,7 +351,7 @@ fi dnl dnl Check for DirectFB dnl -DIRECTFB_REQUIRED_VERSION=0.9.7 +DIRECTFB_REQUIRED_VERSION=0.9.9 AC_MSG_CHECKING(for DirectFB) if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb ; then |