On Thu, Sep 9, 2010 at 3:22 AM, Rémi Cardona <r...@gentoo.org> wrote:
> Le 09/09/2010 02:55, Trevor Woerner a écrit :
>> On Wed, Sep 8, 2010 at 6:41 PM, Eric Anholt <e...@anholt.net> wrote:
>>> You should be able to make your build succeed with the TALLOC_LIBS and
>>> TALLOC_CFLAGS environment variables already.  See ./configure --help.
>>
>> Thanks. I'm not all that familiar with pkg-config.
>>
>> Unfortunately the following doesn't seem to work either:
>> $ export TALLOC_LIBS=-ltalloc
>> $ export TALLOC_CFLAGS=""
>> $ util/modular/build.sh -o mesa/mesa $PREFIX

Ah! But the following works:

$ export TALLOC_LIBS=-ltalloc
$ export TALLOC_CFLAGS="-I/usr/include"
$ util/modular/build.sh -o mesa/mesa $PREFIX

...which makes this patch unnecessary.
Thanks for the help.
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to