On Thu, 2014-03-13 at 07:35 +0000, Emil Velikov wrote: > On 13/03/14 07:09, Steven Newbury wrote: > > On Tue, 2014-03-04 at 21:12 +0000, Emil Velikov wrote: > >> Drop the duplication accross all dri targets. > > > > ... > > > >> diff --git a/src/gallium/targets/dri-ilo/Makefile.am > >> b/src/gallium/targets/dri-ilo/Makefile.am > >> index 418e2ea..18d3c44 100644 > >> --- a/src/gallium/targets/dri-ilo/Makefile.am > >> +++ b/src/gallium/targets/dri-ilo/Makefile.am > >> @@ -59,9 +59,4 @@ ilo_dri_la_LDFLAGS += $(LLVM_LDFLAGS) > >> ilo_dri_la_LIBADD += $(LLVM_LIBS) > >> endif > >> > >> -# Provide compatibility with scripts for the old Mesa build system for > >> -# a while by putting a link to the driver into /lib of the build tree. > >> -all-local: ilo_dri.la > >> - $(MKDIR_P) $(top_builddir)/$(LIB_DIR)/gallium > >> - ln -f .libs/ilo_dri.so $(top_builddir)/$(LIB_DIR)/gallium/ilo_dri.so > >> - ln -sf ilo_dri.so $(top_builddir)/$(LIB_DIR)/gallium/i965_dri.so > > > > This doesn't work for ilo since dri_LTLIBRARIES isn't set. (It uses > > "noinst_LTLIBRARIES = ilo_dri.la" instead.) > > > > It's also not handling the i965_dri.so symlink as is removed above. > > > > > Are you really using ilo or you'd like to point out that I've > "unintentionally" swept it under the carpet :-P > Not really... I've been having a play with gallium-nine, and it's also the only way to get accelerated OpenVG on intel AFAIK! ;-) As it happens neither need the DRI driver, but I just noticed the build failure. :-)
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev