diff options
author | Matt Turner <[email protected]> | 2012-01-14 21:57:32 -0500 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-01-20 15:54:08 -0500 |
commit | 3c87dfce403ad3c2fed7998b16bea34dcb0c9fde (patch) | |
tree | 116233e49e5b73e3e44fd0844be8626a1eef2b74 /configs | |
parent | c60dcc49e443eb1442b8f191e63078f2558eec31 (diff) |
automake: src/mesa/drivers/dri/i915
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 dde64089719..0771f574646 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 = i915 nouveau r200 radeon swrast +DRI_DIRS = nouveau r200 radeon swrast INTEL_LIBS = $(shell $(PKG_CONFIG) --libs libdrm_intel) INTEL_CFLAGS = $(shell $(PKG_CONFIG) --cflags libdrm_intel) |