Adapted to libcdio-0.83 and its runtime version telling

This commit is contained in:
2009-12-25 20:55:37 +00:00
parent d0d6e49727
commit 060df845ba
3 changed files with 12 additions and 9 deletions

View File

@ -231,8 +231,7 @@ else
echo "enabled EXPERIMENTAL use of libcdio as system adapter"
CFLAGS="$CFLAGS $LIBCDIO_DEF"
dnl Bump to 0.83 when released
LIBCDIO_REQUIRED=0.82
LIBCDIO_REQUIRED=0.83
PKG_CHECK_MODULES(LIBCDIO, libcdio >= $LIBCDIO_REQUIRED)
fi