From b955ddd0d41801e4ca0c30a70a5d0b27c3f366c8 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Mon, 16 Sep 2013 10:58:22 -0400 Subject: glamor: require 0.5.1 or newer 0.5.1 fixes a number of issues. Signed-off-by: Alex Deucher --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f25d5e8b..0fe09910 100644 --- a/configure.ac +++ b/configure.ac @@ -107,7 +107,7 @@ AC_ARG_ENABLE(glamor, AC_MSG_RESULT([$GLAMOR]) AM_CONDITIONAL(GLAMOR, test x$GLAMOR != xno) if test "x$GLAMOR" != "xno"; then - PKG_CHECK_MODULES(LIBGLAMOR, [glamor >= 0.3.1]) + PKG_CHECK_MODULES(LIBGLAMOR, [glamor >= 0.5.1]) PKG_CHECK_MODULES(LIBGLAMOR_EGL, [glamor-egl]) AC_DEFINE(USE_GLAMOR, 1, [Enable glamor acceleration]) fi -- cgit v1.2.3