[Mesa-dev] [PATCH 11/14] automake: rework the EGL build
Emil Velikov
emil.l.velikov at gmail.com
Tue Jul 14 08:57:50 PDT 2015
On 14 July 2015 at 16:19, Matt Turner <mattst88 at gmail.com> wrote:
> On Tue, Jul 14, 2015 at 8:02 AM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
[snip]
>> +libEGL_la_SOURCES = \
>> + ${LIBEGL_C_FILES}
>
> I think you probably just want $(LIBEGL_C_FILES) instead of ${...}
>
This is what the original file in egl/main did. I'll fix it while I'm here.
[snip]
>> +if HAVE_EGL_PLATFORM_SURFACELESS
>> +AM_CFLAGS += -DHAVE_SURFACELESS_PhLATFORM
>
> Capitalization is wrong.
>
Cough, seems like I need to update my scripts to add/build surfaceless.
Thanks
Emil
More information about the mesa-dev
mailing list