summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2014-08-06 09:10:30 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2014-08-06 09:10:30 +0100
commit105d478cdd70ac3b38be51c9014b22b7233c241e (patch)
tree6bc9492f53c4717db7e50a351728081c19ccc1e7 /configure.ac
parentf36b7a4aac86f5874c32d8f516ac1f00a6c8d8b3 (diff)
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 <chris@chris-wilson.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
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]]),