anv: add missing link against the math library
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Acked-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
committed by
Emil Velikov
parent
e98cf60446
commit
623cb3a598
@@ -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++ \
|
||||
$(PER_GEN_LIBS)
|
||||
$(PER_GEN_LIBS) \
|
||||
-lm
|
||||
|
||||
libvulkan_intel_la_LDFLAGS = \
|
||||
-shared \
|
||||
|
||||
Reference in New Issue
Block a user