Matt Turner <matts...@gmail.com> writes:

> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=71512
> ---
>  src/mesa/drivers/dri/i965/Makefile.am | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/mesa/drivers/dri/i965/Makefile.am 
> b/src/mesa/drivers/dri/i965/Makefile.am
> index 8c0f9a3..6bce3c1 100644
> --- a/src/mesa/drivers/dri/i965/Makefile.am
> +++ b/src/mesa/drivers/dri/i965/Makefile.am
> @@ -48,6 +48,7 @@ TEST_LIBS = \
>       ../common/libmegadriver_stub.la \
>       $(DRI_LIB_DEPS) \
>          ../../../libmesa.la \
> +     $(DLOPEN_LIBS) \
>          -lrt \
>       ../common/libdri_test_stubs.la


DLOPEN_LIBS should already be part of DRI_LIB_DEPS.  Can we just move
DRI_LIB_DEPS after libmesa.la?

Attachment: pgpBUChbtI3ek.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to