[Mesa-dev] [PATCH 6/9] autotools: error out when building with mangling and glvnd
Dylan Baker
dylan at pnwbakers.com
Sat Feb 24 00:39:50 UTC 2018
Quoting Emil Velikov (2018-02-23 11:32:05)
> From: Emil Velikov <emil.velikov at collabora.com>
>
> It's not a thing that can work, nor is a wise idea to attempt.
>
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
> configure.ac | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/configure.ac b/configure.ac
> index d56d771dcd6..1e794d3f16d 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1501,6 +1501,9 @@ AC_ARG_ENABLE([mangling],
> [enable_mangling=no]
> )
> if test "x${enable_mangling}" = "xyes" ; then
> + if test "x$enable_libglvnd" = xyes; then
> + AC_MSG_ERROR([Building --enable-mangling with --enable-libglvnd no allowed.])
The grammar is a bit off in this "no" should be "is not",
but how about:
`Conflicting options --enable-mangling and --enable-libglvnd`?
Dylan
> + fi
> DEFINES="${DEFINES} -DUSE_MGL_NAMESPACE"
> GL_LIB="Mangled${GL_LIB}"
> OSMESA_LIB="Mangled${OSMESA_LIB}"
> --
> 2.16.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180223/a3260ea4/attachment.sig>
More information about the mesa-dev
mailing list