From 105d478cdd70ac3b38be51c9014b22b7233c241e Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 6 Aug 2014 09:10:30 +0100 Subject: sna: Enable kernel rotation support by default The kernel API is now upstream and so we can rely on it not changing. Time to use it. Signed-off-by: Chris Wilson --- configure.ac | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 503202c9..6dff393f 100644 --- a/configure.ac +++ b/configure.ac @@ -742,17 +742,6 @@ if test "x$CREATE2" = "xyes"; then xp_msg="$xp_msg create2" fi -AC_ARG_ENABLE(rotation, - AS_HELP_STRING([--enable-rotation], - [Enable use of native rotations (experimental) [default=no]]), - [ROTATION="$enableval"], - [ROTATION="no"]) -AM_CONDITIONAL(USE_ROTATION, test "x$ROTATION" = "xyes") -if test "x$ROTATION" = "xyes"; then - AC_DEFINE(USE_ROTATION,1,[Assume "rotation" support]) - xp_msg="$xp_msg rotation" -fi - AC_ARG_ENABLE(async-swap, AS_HELP_STRING([--enable-async-swap], [Enable use of asynchronous swaps (experimental) [default=no]]), -- cgit v1.2.3