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

> From: Emil Velikov <emil.veli...@collabora.com>
>
> Signed-off-by: Emil Velikov <emil.veli...@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@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to