Hi Emil,

On 20 July 2017 at 13:51, Emil Velikov <emil.l.veli...@gmail.com> wrote:
> On 19 July 2017 at 23:44, Andres Gomez <ago...@igalia.com> wrote:
>> -dri2_backend_FILES += drivers/dri2/platform_wayland.c  \
>> -       drivers/dri2/linux-dmabuf-unstable-v1-protocol.c
>> +dri2_backend_FILES += drivers/dri2/platform_wayland.c
>> +nodist_dri2_backend_FILES += 
>> drivers/dri2/linux-dmabuf-unstable-v1-protocol.c
>>  endif
>>
>>  if HAVE_PLATFORM_DRM
>> @@ -119,6 +122,9 @@ libEGL_common_la_SOURCES += \
>>         $(dri2_backend_FILES) \
>>         $(dri3_backend_FILES)
>>
>> +nodist_libEGL_common_la_SOURCES += \
>> +       $(nodist_dri2_backend_FILES)
>> +
> Just add the files two generated file to BUILT_SOURCES. That's the way
> we handle it through the tree.

They're already in BUILT_SOURCES (line 78 in master), so I guess
something else is wrong.

Cheers,
Daniel
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to