summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2014-01-24 10:17:08 -0500
committerAlex Deucher <alexander.deucher@amd.com>2014-01-24 10:17:08 -0500
commitfc4167f2a85d9cba65078d8fc6f08c7a619ad66e (patch)
treebdef53b3461a8009a380230dd0f111216c5b8a79
parentf2a0a5cf6c5a21e2a02280e110a4eb8e6609dace (diff)
Require glamor 0.6.0
This is required for Xv support and a number of important performance improvements. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 835b7b9f..729a6fa7 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.5.0])
+ PKG_CHECK_MODULES(LIBGLAMOR, [glamor >= 0.6.0])
PKG_CHECK_MODULES(LIBGLAMOR_EGL, [glamor-egl])
AC_DEFINE(USE_GLAMOR, 1, [Enable glamor acceleration])
fi