diff options
author | Thierry Reding <treding@nvidia.com> | 2014-10-23 09:46:29 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-07-04 11:35:28 +0200 |
commit | 8191af910cd98774f778db9aa1b69ef5f1d17575 (patch) | |
tree | 63d094c95d5c98197df26b7484f510c7e682958b | |
parent | 1f56f06e88e5fa8ad0964a261bf8992dabb4f426 (diff) |
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 <treding@nvidia.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |