[PATCH mesa] Include search for non pkg-config libtalloc.

Trevor Woerner twoerner at gmail.com
Thu Sep 9 05:10:05 PDT 2010


On Thu, Sep 9, 2010 at 3:22 AM, Rémi Cardona <remi at gentoo.org> wrote:
> Le 09/09/2010 02:55, Trevor Woerner a écrit :
>> On Wed, Sep 8, 2010 at 6:41 PM, Eric Anholt <eric at 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.


More information about the xorg-devel mailing list