[Mesa-dev] [PATCH 1/2] i965: Link -ldl after libmesa.la

Eric Anholt eric at anholt.net
Mon Nov 18 17:14:21 PST 2013


Matt Turner <mattst88 at gmail.com> writes:

> DLOPEN_LIBS is part of DRI_LIB_DEPS.
> ---
>  src/mesa/drivers/dri/i965/Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am
> index 8c0f9a3..3b46af8 100644
> --- a/src/mesa/drivers/dri/i965/Makefile.am
> +++ b/src/mesa/drivers/dri/i965/Makefile.am
> @@ -46,8 +46,8 @@ TEST_LIBS = \
>  	libi965_dri.la \
>  	../common/libdricommon.la \
>  	../common/libmegadriver_stub.la \
> -	$(DRI_LIB_DEPS) \
>          ../../../libmesa.la \
> +	$(DRI_LIB_DEPS) \
>          -lrt \
>  	../common/libdri_test_stubs.la

Reviewed-by: Eric Anholt <eric at anholt.net>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20131118/c0719466/attachment.pgp>


More information about the mesa-dev mailing list