[Mesa-dev] [PATCH 07/25] anv: add missing link against the math library

Jason Ekstrand jason at jlekstrand.net
Thu Apr 21 21:16:37 UTC 2016


On Thu, Apr 21, 2016 at 6:16 AM, Emil Velikov <emil.l.velikov at gmail.com>
wrote:

> From: Emil Velikov <emil.velikov at collabora.com>
>
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
>  src/intel/vulkan/Makefile.am | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am
> index edd97f4..cd79901 100644
> --- a/src/intel/vulkan/Makefile.am
> +++ b/src/intel/vulkan/Makefile.am
> @@ -129,7 +129,8 @@ libvulkan_intel_la_LIBADD = $(WAYLAND_LIBS) \
>         $(top_builddir)/src/mesa/libmesa.la \
>         $(top_builddir)/src/mesa/drivers/dri/common/libdri_test_stubs.la \
>         -lpthread -ldl -lstdc++ \
>

You could put it in the list above too.  Meh...


> -        $(PER_GEN_LIBS)
> +       $(PER_GEN_LIBS) \
> +       -lm
>
>  libvulkan_intel_la_LDFLAGS = \
>         -shared \
> --
> 2.8.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160421/0cd7623b/attachment.html>


More information about the mesa-dev mailing list