[Mesa-dev] [PATCH] Fix --enable-shared-glapi configure option
Chia-I Wu
olvaffe at gmail.com
Sun Feb 20 11:55:18 PST 2011
On Wed, Feb 16, 2011 at 7:01 AM, Dan Nicholson <dbn.lists at gmail.com> wrote:
> On Wed, Feb 16, 2011 at 5:37 AM, Jon TURNEY <jon.turney at dronecode.org.uk> wrote:
>> Fix a typo which meant that --enable-shared-glapi didn't actually cause a shared glapi to be built
>>
>> Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>
>> ---
>> configure.ac | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/configure.ac b/configure.ac
>> index a5e9bfa..7c3ca4b 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -616,7 +616,7 @@ GALLIUM_DRIVERS_DIRS="softpipe failover galahad trace rbug noop identity"
>> GALLIUM_STATE_TRACKERS_DIRS=""
>>
>> # build shared-glapi if enabled for OpenGL or if OpenGL ES is enabled
>> -case "x$enabled_shared_glapi$enable_gles1$enable_gles2" in
>> +case "x$enable_shared_glapi$enable_gles1$enable_gles2" in
>> x*yes*)
>> CORE_DIRS="$CORE_DIRS mapi/shared-glapi"
>> ;;
>
> Good catch. I guess people were getting this because they also had GLES enabled?
Yeah, it could be. Patch committed, thanks.
> --
> Dan
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
--
olv at LunarG.com
More information about the mesa-dev
mailing list