From: Marcin Slusarz Date: Mon, 25 Apr 2011 21:57:11 +0000 (+0200) Subject: targets/xorg-nouveau: add libnvc0.a to nouveau libs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=16549885625ceee16a8616042b24db73f937ea6b;p=mesa.git targets/xorg-nouveau: add libnvc0.a to nouveau libs --- diff --git a/src/gallium/targets/xorg-nouveau/Makefile b/src/gallium/targets/xorg-nouveau/Makefile index 2fcd9ffb7d6..5a2cdb1b0ef 100644 --- a/src/gallium/targets/xorg-nouveau/Makefile +++ b/src/gallium/targets/xorg-nouveau/Makefile @@ -15,6 +15,7 @@ DRIVER_PIPES = \ $(TOP)/src/gallium/winsys/nouveau/drm/libnouveaudrm.a \ $(TOP)/src/gallium/drivers/nvfx/libnvfx.a \ $(TOP)/src/gallium/drivers/nv50/libnv50.a \ + $(TOP)/src/gallium/drivers/nvc0/libnvc0.a \ $(TOP)/src/gallium/drivers/nouveau/libnouveau.a \ $(TOP)/src/gallium/drivers/trace/libtrace.a \ $(TOP)/src/gallium/drivers/rbug/librbug.a