Re: [Mesa-dev] [PATCH] st/egl: do not link against libloader

2014-05-28 Thread Michel Dänzer
On 29.05.2014 11:43, Emil Velikov wrote: > Move the link to the final targets, like any other place in > mesa/gallium. This allows better visibilty and will prevent > us from including the library archive twice. > > Resolves multiple definition of `loader_get_pci_id_for_fd' > > Bugzilla: https://

Re: [Mesa-dev] [PATCH] st/egl: do not link against libloader

2014-05-28 Thread Chia-I Wu
On Thu, May 29, 2014 at 10:43 AM, Emil Velikov wrote: > Move the link to the final targets, like any other place in > mesa/gallium. This allows better visibilty and will prevent > us from including the library archive twice. > > Resolves multiple definition of `loader_get_pci_id_for_fd' Thanks for

[Mesa-dev] [PATCH] st/egl: do not link against libloader

2014-05-28 Thread Emil Velikov
Move the link to the final targets, like any other place in mesa/gallium. This allows better visibilty and will prevent us from including the library archive twice. Resolves multiple definition of `loader_get_pci_id_for_fd' Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=79263 Bugzilla: ht