From 8191af910cd98774f778db9aa1b69ef5f1d17575 Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Thu, 23 Oct 2014 09:46:29 +0200 Subject: Disable shared pipe drivers again This is a partial revert of commit "WIP: tegra: Add pipe loader" because for some yet unknown reason the driver won't load properly with shared pipe drivers enabled. Signed-off-by: Thierry Reding --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 93a69e1794ee..5cd1d9bd8cd5 100644 --- a/configure.ac +++ b/configure.ac @@ -1142,7 +1142,7 @@ AM_CONDITIONAL(HAVE_SHARED_GLAPI, test "x$enable_shared_glapi" = xyes) # Build the pipe-drivers as separate libraries/modules. # Do not touch this unless you know what you are doing. # XXX: Expose via configure option ? -enable_shared_pipe_drivers=yes +enable_shared_pipe_drivers=no dnl dnl Driver specific build directories -- cgit v1.2.3