Re: [Mesa-dev] [PATCHv2 06/20] automake: introduce install-gallium-links.mk

2014-03-10 Thread Emil Velikov
On 10/03/14 07:42, Kenneth Graunke wrote: On 03/08/2014 12:29 PM, Emil Velikov wrote: This helper script will be used to minimise the duplication during link generation across all gallium targets. v2: - Handle vdpau_LTLIBRARIES. Requested by Christian König. Signed-off-by: Emil Velikov Revi

Re: [Mesa-dev] [PATCHv2 06/20] automake: introduce install-gallium-links.mk

2014-03-10 Thread Kenneth Graunke
On 03/08/2014 12:29 PM, Emil Velikov wrote: > This helper script will be used to minimise the duplication > during link generation across all gallium targets. > > v2: > - Handle vdpau_LTLIBRARIES. Requested by Christian König. > > Signed-off-by: Emil Velikov > Reviewed-by: Jon TURNEY > --- >

[Mesa-dev] [PATCHv2 06/20] automake: introduce install-gallium-links.mk

2014-03-08 Thread Emil Velikov
This helper script will be used to minimise the duplication during link generation across all gallium targets. v2: - Handle vdpau_LTLIBRARIES. Requested by Christian König. Signed-off-by: Emil Velikov Reviewed-by: Jon TURNEY --- install-gallium-links.mk | 23 +++ 1 file ch