[Mesa-dev] [PATCH 3/8] drivers/nouveau: use GALLIUM_COMMON_LIB_DEPS

Ilia Mirkin imirkin at alum.mit.edu
Mon Mar 31 19:11:57 PDT 2014


Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>

On Mon, Mar 31, 2014 at 10:11 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> Cc: Ilia Mirkin <imirkin at alum.mit.edu>
> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
> ---
>  src/gallium/drivers/nouveau/Makefile.am | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/src/gallium/drivers/nouveau/Makefile.am b/src/gallium/drivers/nouveau/Makefile.am
> index f004422..27f829f 100644
> --- a/src/gallium/drivers/nouveau/Makefile.am
> +++ b/src/gallium/drivers/nouveau/Makefile.am
> @@ -49,5 +49,4 @@ nouveau_compiler_LDADD = \
>         libnouveau.la \
>         ../../auxiliary/libgallium.la \
>         -lstdc++ \
> -       -lm \
> -       $(DLOPEN_LIBS)
> +       $(GALLIUM_COMMON_LIB_DEPS)
> --
> 1.9.1
>


More information about the mesa-dev mailing list