[Mesa-dev] [PATCHv3 2/4] st/xa: use pipe-loader to get screen

Rob Clark robdclark at gmail.com
Thu Feb 13 05:53:34 PST 2014


On Thu, Feb 13, 2014 at 8:39 AM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
>> +if HAVE_MESA_LLVM
>> +# Mention a dummy pure C++ file to trigger generation of the $(LINK) variable
>> +nodist_EXTRA_libxatracker_la_SOURCES = dummy-cpp.cpp
> Move before the HAVE_MESA_LLVM. It will translate to no-on if not required.
>
>> +
>> +libxatracker_la_LIBADD += $(LLVM_LIBS)
>> +libxatracker_la_LDFLAGS += $(LLVM_LDFLAGS)
>> +else
>> +# Mention a dummy pure C file to trigger generation of the $(LINK) variable
>> +nodist_EXTRA_libxatracker_la_SOURCES = dummy-c.c
>> +endif
> Drop the else hunk


it does mean that you will always have a c++ dummy even if no llvm.  I
don't really know if that is a problem or not, but this is why I'd
kept it similar to the other targets.

BR,
-R


More information about the mesa-dev mailing list