diff options
author | Emil Velikov <[email protected]> | 2014-09-22 18:12:00 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-27 15:15:58 +0100 |
commit | 2e6fc0647a93f7091068d1a75ba5948b9bff5da3 (patch) | |
tree | 2f0266077330eb5c0d83afd65f24b52aa04730ae /configure.ac | |
parent | c3f17bb18f597d7f606805ae94363dae7fd51582 (diff) |
configure: remove non-functional --with-opencl-libdir
The parameter used to control where the gallium pipe-drivers
were installed, but was broken since
commit 45270fb0fd1abd7619933c2845f9dc74cdfbe6fd
Author: Matt Turner <[email protected]>
Date: Thu Sep 13 10:45:01 2012 -0700
targets/pipe-loader: Convert to automake
Considering that nowadays the pipe-drivers can be used by
more than just the opencl target, even fixing this up will
not be the best idea.
Cc: Matt Turner <[email protected]>
Cc: Francisco Jerez <[email protected]>
Buzilla: https://bugs.freedesktop.org/show_bug.cgi?id=61415
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 52f8a5247c5..dae63209931 100644 --- a/configure.ac +++ b/configure.ac @@ -1796,14 +1796,6 @@ AC_ARG_WITH([omx-libdir], [OMX_LIB_INSTALL_DIR="$OMX_LIB_INSTALL_DIR_DEFAULT"]) AC_SUBST([OMX_LIB_INSTALL_DIR]) -dnl Directory for OpenCL libs -AC_ARG_WITH([opencl-libdir], - [AS_HELP_STRING([--with-opencl-libdir=DIR], - [directory for auxiliary libraries used by the OpenCL implementation @<:@default=${libdir}/opencl@:>@])], - [OPENCL_LIB_INSTALL_DIR="$withval"], - [OPENCL_LIB_INSTALL_DIR='${libdir}/opencl']) -AC_SUBST([OPENCL_LIB_INSTALL_DIR]) - dnl dnl Gallium helper functions dnl |