mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 16:00:08 +01:00
configure.ac: Clarify the description of the --with-opencl-libdir parameter a little.
https://bugs.freedesktop.org/show_bug.cgi?id=61415 Signed-off-by: Francisco Jerez <currojerez@riseup.net>
This commit is contained in:
parent
f987d23b28
commit
4deefd9ba6
1 changed files with 1 additions and 1 deletions
|
|
@ -1747,7 +1747,7 @@ AC_SUBST([VDPAU_LIB_INSTALL_DIR])
|
|||
dnl Directory for OpenCL libs
|
||||
AC_ARG_WITH([opencl-libdir],
|
||||
[AS_HELP_STRING([--with-opencl-libdir=DIR],
|
||||
[directory for the OpenCL libraries @<:@default=${libdir}/opencl@:>@])],
|
||||
[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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue