> +libws_loader_la_LIBADD = \ > + $(top_srcdir)/src/gallium/winsys/sw/null/libws_null.la > + > +if HAVE_XLIB_LOADER_GALLIUM > +libws_loader_la_LIBADD += \ > + $(top_srcdir)/src/gallium/winsys/sw/xlib/libws_xlib.la > +AM_CFLAGS += -DHAVE_WS_LOADER_XLIB > +endif
Ah so this explains the not sorting winsys dir, this shouldn't be done on the winsys this is for the target to keep track of. Just as it is the targets job to link libdrm. Cheers, Jakob. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev