diff options
author | Matt Turner <mattst88@gmail.com> | 2012-01-15 10:20:30 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2012-01-20 15:54:08 -0500 |
commit | 3f96434f86de1641296a9c39b9f75d85e6955207 (patch) | |
tree | 1e7e7ab8b966f32ad0d1a25a47ad0dab54f0f29d /configs | |
parent | b38d7a0a248c2a3ad227cb5d21c1c95a6519e4ae (diff) |
automake: src/mesa/drivers/dri/nouveau
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-dri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index 4877abdb59..a5efea25d0 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -62,7 +62,7 @@ GALLIUM_WINSYS_DIRS = sw sw/xlib drm/vmware drm/intel svga/drm GALLIUM_TARGET_DIRS = dri-vmwgfx GALLIUM_STATE_TRACKERS_DIRS = egl dri -DRI_DIRS = nouveau swrast +DRI_DIRS = swrast INTEL_LIBS = $(shell $(PKG_CONFIG) --libs libdrm_intel) INTEL_CFLAGS = $(shell $(PKG_CONFIG) --cflags libdrm_intel) |