[Mesa-dev] [PATCH 12/15] gallium: Add winsys loader for device enumeration and driver multiplexing.

Jakob Bornecrantz jakob at vmware.com
Fri Mar 23 05:12:33 PDT 2012


> +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.


More information about the mesa-dev mailing list