[Mesa-dev] [PATCH v2] egl/dri: link directly to libglapi.so

Rob Herring robh at kernel.org
Wed Sep 27 18:46:02 UTC 2017


On Wed, Sep 27, 2017 at 11:36 AM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
>
> Shared glapi (libglapi.so) has been a requirement for years, in order
> to build EGL.
>
> Remove the no longer necessary dlopen/dlsym dance and link to the
> library directly.
>
> This allows us to remove a handful of platform specific workarounds, due
> to the different name of the library.
>
> v2:
>  - Android: export the include dir (RobH)
>  - Drop unused local variable (Eric)
>
> Cc: Jonathan Gray <jsg at jsg.id.au>
> Cc: Jon Turney <jon.turney at dronecode.org.uk>
> Cc: Julien Isorce <julien.isorce at gmail.com>
> Cc: Rob Herring <robh at kernel.org>
> Cc: Tomasz Figa <tfiga at chromium.org>
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com> (v1)
> Tested-by: Tomasz Figa <tfiga at chromium.org> (v1)
> ---
> Rob, I'd appreciate a quick check that this doesn't break on your end.

Tested-by: Rob Herring <robh at kernel.org>


More information about the mesa-dev mailing list