diff options
author | Matt Turner <[email protected]> | 2012-01-15 10:04:58 -0500 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-01-20 15:54:08 -0500 |
commit | b38d7a0a248c2a3ad227cb5d21c1c95a6519e4ae (patch) | |
tree | 89533ac3df4f42d8a26291236a4176c0c92ac81c /configs | |
parent | e0ee818e2f24f3d9604c04df4a056798bccc48ec (diff) |
automake: src/mesa/drivers/dri/r200
Diffstat (limited to 'configs')
-rw-r--r-- | configs/freebsd-dri | 3 | ||||
-rw-r--r-- | configs/linux-dri | 2 | ||||
-rw-r--r-- | configs/linux-dri-debug | 6 | ||||
-rw-r--r-- | configs/linux-dri-ppc | 5 | ||||
-rw-r--r-- | configs/linux-dri-x86-64 | 3 | ||||
-rw-r--r-- | configs/linux-dri-xcb | 1 |
6 files changed, 1 insertions, 19 deletions
diff --git a/configs/freebsd-dri b/configs/freebsd-dri index 17ae06b0078..00a11d45c0d 100644 --- a/configs/freebsd-dri +++ b/configs/freebsd-dri @@ -46,6 +46,3 @@ SRC_DIRS = glx gallium mesa glu DRIVER_DIRS = dri DRM_SOURCE_PATH=$(TOP)/../drm - -DRI_DIRS = i915 i965 r200 - diff --git a/configs/linux-dri b/configs/linux-dri index 8d60063c228..4877abdb59e 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 r200 swrast +DRI_DIRS = nouveau swrast INTEL_LIBS = $(shell $(PKG_CONFIG) --libs libdrm_intel) INTEL_CFLAGS = $(shell $(PKG_CONFIG) --cflags libdrm_intel) diff --git a/configs/linux-dri-debug b/configs/linux-dri-debug index 7df03df8c6a..4ee5d71eea0 100644 --- a/configs/linux-dri-debug +++ b/configs/linux-dri-debug @@ -6,9 +6,3 @@ include $(TOP)/configs/linux-dri CONFIG_NAME = linux-dri-debug OPT_FLAGS = -O0 -g ARCH_FLAGS = -DDEBUG - -# Helpful to reduce the amount of stuff that gets built sometimes: -#DRI_DIRS = i915tex i915 -#DRI_DIRS = i965 -#DRI_DIRS = r200 - diff --git a/configs/linux-dri-ppc b/configs/linux-dri-ppc index 507e0c602af..386d6a75e62 100644 --- a/configs/linux-dri-ppc +++ b/configs/linux-dri-ppc @@ -10,8 +10,3 @@ PIC_FLAGS = -fPIC ASM_FLAGS = -DUSE_PPC_ASM -DUSE_VMX_ASM MESA_ASM_SOURCES = $(PPC_SOURCES) - -# Build only the drivers for cards that exist on PowerPC. At some point MGA -# will be added, but not yet. -DRI_DIRS = r200 - diff --git a/configs/linux-dri-x86-64 b/configs/linux-dri-x86-64 index ebd6351c506..6cd629407a6 100644 --- a/configs/linux-dri-x86-64 +++ b/configs/linux-dri-x86-64 @@ -15,6 +15,3 @@ LIB_DIR = lib64 # Library/program dependencies EXTRA_LIB_PATH=-L/usr/X11R6/lib64 - -DRI_DIRS = i915 i965 r200 - diff --git a/configs/linux-dri-xcb b/configs/linux-dri-xcb index 905a33310b7..fd72c683ff7 100644 --- a/configs/linux-dri-xcb +++ b/configs/linux-dri-xcb @@ -52,4 +52,3 @@ GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lXxf86vm -lm -lpthread -ldl \ SRC_DIRS = glx gallium mesa glu DRIVER_DIRS = dri -DRI_DIRS = i915 r200 |