[PATCH 2/2] glamor: require 0.5.1 or newer
Alex Deucher
alexdeucher at gmail.com
Mon Sep 16 07:59:36 PDT 2013
0.5.1 fixes a number of issues.
Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 52f8074..faf6400 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
--
1.8.3.1
More information about the xorg-driver-ati
mailing list