On Sat, 2017-02-04 at 00:03 +0500, Mihail Konev wrote: > diff --git a/hw/dmx/Makefile.am b/hw/dmx/Makefile.am > index eef84cb66a76..38d6ac409e76 100644 > --- a/hw/dmx/Makefile.am > +++ b/hw/dmx/Makefile.am > @@ -80,7 +80,8 @@ XDMX_LIBS = \ > > Xdmx_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) > Xdmx_DEPENDENCIES= $(XDMX_LIBS) > -Xdmx_LDADD = $(XDMX_LIBS) $(XDMX_SYS_LIBS) $(XSERVER_SYS_LIBS) > +Xdmx_LDADD = $(XDMX_LIBS) $(XDMX_SYS_LIBS) $(XSERVER_SYS_LIBS) \ > + $(top_builddir)/render/librender.la > > relink:
Merged this, as it fixes things for me here. I think there's a better solution to be had, since basically all DDXes at this point have the same set of libraries, so all the BLAHSERVER_LIBS stuff in configure.ac should stop varying per-ddx at some point. But we can get there whenever. - ajax _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
