[Mesa-dev] [PATCH 1/6] mesa: Add Pixman library to configure.ac

Matt Turner mattst88 at gmail.com
Wed Jun 25 13:48:23 PDT 2014


On Wed, Jun 25, 2014 at 1:20 PM, Matt Turner <mattst88 at gmail.com> wrote:
> On Wed, Jun 25, 2014 at 5:38 AM, Juha-Pekka Heikkila
> <juhapekka.heikkila at gmail.com> wrote:
>> Added '--enable-pixman' (default=no) parameter for autogen
>> and corresponding behaviour to include paths and Pixman
>> library for Mesa if Pixman found.
>>
>> Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>
>> ---
>>  configure.ac | 32 ++++++++++++++++++++++++++++++++
>>  1 file changed, 32 insertions(+)
>>
>> diff --git a/configure.ac b/configure.ac
>> index e4cfb07..fc090c9 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -45,6 +45,7 @@ XCBDRI2_REQUIRED=1.8
>>  XCBGLX_REQUIRED=1.8.1
>>  XSHMFENCE_REQUIRED=1.1
>>  XVMC_REQUIRED=1.0.6
>> +LIBPIXMAN_REQUIRED=0.16.6
>
> This is an ancient version. Have we actually tested that it works, and
> why not just pick some newer baseline (like what Debian stable or RHEL
> 6 ships)?

pixman_image_create_bits_no_clear wasn't available in 0.16.6, so this
definitely needs to be updated.


More information about the mesa-dev mailing list