diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2015-02-10 14:03:11 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2015-02-10 14:03:11 +0000 |
commit | 61e957cb5f4ba31b00d7b283d852ad972b850074 (patch) | |
tree | ecf92cbe96bf34de4c9271f28b6e590e9c138b47 /configure.ac | |
parent | 5568b24a328d13494a26cffb6e6f2b7168475aee (diff) |
Enable support for render-nodes by default with DRI3
DRI3 can use render nodes if provided by the kernel, so enable it.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac index 9dc4327a..afe162d4 100644 --- a/configure.ac +++ b/configure.ac @@ -741,17 +741,6 @@ if test "x$TEARFREE" = "xyes"; then xp_msg="$xp_msg TearFree" fi -AC_ARG_ENABLE(rendernode, - AS_HELP_STRING([--enable-rendernode], - [Enable use of render nodes (experimental) [default=no]]), - [RENDERNODE="$enableval"], - [RENDERNODE="no"]) -AM_CONDITIONAL(USE_RENDERNODE, test "x$RENDERNODE" = "xyes") -if test "x$RENDERNODE" = "xyes"; then - AC_DEFINE(USE_RENDERNODE,1,[Assume "rendernode" support]) - xp_msg="$xp_msg rendernode" -fi - AC_ARG_ENABLE(create2, AS_HELP_STRING([--enable-create2], [Enable use of create2 ioctl (experimental) [default=no]]), |