[Mesa-dev] [PATCH] glx/tests: add -I src/ to fix make check

Brian Paul brianp at vmware.com
Wed Mar 4 10:02:10 PST 2015


Right.

-Brian

On 03/04/2015 10:56 AM, Ian Romanick wrote:
> Due to 0339e7db, right?  If so,
>
> Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>
>
> On 03/04/2015 09:03 AM, Brian Paul wrote:
>> ---
>>   src/glx/tests/Makefile.am | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/src/glx/tests/Makefile.am b/src/glx/tests/Makefile.am
>> index dd82449..b02a9e3 100644
>> --- a/src/glx/tests/Makefile.am
>> +++ b/src/glx/tests/Makefile.am
>> @@ -2,6 +2,7 @@ if HAVE_SHARED_GLAPI
>>   AM_CFLAGS = $(PTHREAD_CFLAGS)
>>   AM_CPPFLAGS = \
>>   	-I$(top_srcdir)/src/gtest/include \
>> +	-I$(top_srcdir)/src \
>>   	-I$(top_srcdir)/src/mapi \
>>   	-I$(top_srcdir)/src/mesa \
>>   	-I$(top_srcdir)/src/glx \
>>
>



More information about the mesa-dev mailing list