On 08/16/2012 09:15 PM, Matt Turner wrote:
> On Thu, Aug 16, 2012 at 3:59 AM, Tapani Pälli wrote:
>> Patches changes mesa to use 'HAVE_DLOPEN' defined by configure and Android.mk
>> instead of _GNU_SOURCE for detecting dlopen capability. This makes dlopen to
>> work also on Android where _GNU_SOUR
On Thu, Aug 16, 2012 at 3:59 AM, Tapani Pälli wrote:
> Patches changes mesa to use 'HAVE_DLOPEN' defined by configure and Android.mk
> instead of _GNU_SOURCE for detecting dlopen capability. This makes dlopen to
> work also on Android where _GNU_SOURCE is not defined.
>
> Signed-off-by: Tapani Päl
Patches changes mesa to use 'HAVE_DLOPEN' defined by configure and Android.mk
instead of _GNU_SOURCE for detecting dlopen capability. This makes dlopen to
work also on Android where _GNU_SOURCE is not defined.
Signed-off-by: Tapani Pälli
---
Android.common.mk | 4 +++-
configure.ac