diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-09-11 23:59:15 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-09-11 23:59:15 +0000 |
commit | 5403fb7a68093ad609aada2902e900d69cd465cd (patch) | |
tree | fc03ec0c810b4a0cd6348517f8ee3f825d8ff950 /configure.ac | |
parent | a0c659f7896e41433f140eddb34804f601ae5f20 (diff) | |
download | xine-lib-5403fb7a68093ad609aada2902e900d69cd465cd.tar.gz xine-lib-5403fb7a68093ad609aada2902e900d69cd465cd.tar.bz2 |
new directfb plugin by Claudio Ciccani
CVS patchset: 7728
CVS date: 2005/09/11 23:59:15
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b8bbf3662..791a5f8ba 100644 --- a/configure.ac +++ b/configure.ac @@ -886,7 +886,7 @@ AC_ARG_ENABLE(directfb, enable_directfb=$enableval, enable_directfb=no) - DIRECTFB_REQUIRED_VERSION=0.9.9 + DIRECTFB_REQUIRED_VERSION=0.9.22 if test x$enable_directfb = "xyes"; then AC_MSG_CHECKING(for DirectFB) if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb ; then |