diff options
author | Marcin Slusarz <[email protected]> | 2011-01-09 00:46:35 +0100 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2011-01-09 00:46:35 +0100 |
commit | 69191d41231b95af7565e32393c5487163859d7e (patch) | |
tree | 90d5e4c4e0acd531161a350185b6c6a81d528a69 | |
parent | 90e29afcb62411b69d57dac76fe89c69c9936ed6 (diff) |
targets/egl: add libnvc0.a to nouveau libs
-rw-r--r-- | src/gallium/targets/egl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/egl/Makefile b/src/gallium/targets/egl/Makefile index 63e9352144e..bb0edb9d893 100644 --- a/src/gallium/targets/egl/Makefile +++ b/src/gallium/targets/egl/Makefile @@ -89,6 +89,7 @@ nouveau_LIBS := \ $(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 # r300 pipe driver |