diff options
author | Matt Turner <[email protected]> | 2012-01-14 22:21:30 -0500 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-01-20 15:54:08 -0500 |
commit | e0ee818e2f24f3d9604c04df4a056798bccc48ec (patch) | |
tree | 454307070e0e2f18f19117f0c78d05d259ebbbc0 /configs | |
parent | 3c87dfce403ad3c2fed7998b16bea34dcb0c9fde (diff) |
automake: src/mesa/drivers/dri/radeon
Diffstat (limited to 'configs')
-rw-r--r-- | configs/freebsd-dri | 2 | ||||
-rw-r--r-- | configs/linux-dri | 2 | ||||
-rw-r--r-- | configs/linux-dri-debug | 2 | ||||
-rw-r--r-- | configs/linux-dri-ppc | 2 | ||||
-rw-r--r-- | configs/linux-dri-x86-64 | 2 | ||||
-rw-r--r-- | configs/linux-dri-xcb | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/configs/freebsd-dri b/configs/freebsd-dri index b18ac51e395..17ae06b0078 100644 --- a/configs/freebsd-dri +++ b/configs/freebsd-dri @@ -47,5 +47,5 @@ DRIVER_DIRS = dri DRM_SOURCE_PATH=$(TOP)/../drm -DRI_DIRS = i915 i965 r200 radeon +DRI_DIRS = i915 i965 r200 diff --git a/configs/linux-dri b/configs/linux-dri index 0771f574646..8d60063c228 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 radeon swrast +DRI_DIRS = nouveau r200 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 a1a4465d8eb..7df03df8c6a 100644 --- a/configs/linux-dri-debug +++ b/configs/linux-dri-debug @@ -10,5 +10,5 @@ ARCH_FLAGS = -DDEBUG # Helpful to reduce the amount of stuff that gets built sometimes: #DRI_DIRS = i915tex i915 #DRI_DIRS = i965 -#DRI_DIRS = radeon r200 +#DRI_DIRS = r200 diff --git a/configs/linux-dri-ppc b/configs/linux-dri-ppc index 5dd3615fff5..507e0c602af 100644 --- a/configs/linux-dri-ppc +++ b/configs/linux-dri-ppc @@ -13,5 +13,5 @@ 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 radeon +DRI_DIRS = r200 diff --git a/configs/linux-dri-x86-64 b/configs/linux-dri-x86-64 index c1dff630ff8..ebd6351c506 100644 --- a/configs/linux-dri-x86-64 +++ b/configs/linux-dri-x86-64 @@ -16,5 +16,5 @@ LIB_DIR = lib64 # Library/program dependencies EXTRA_LIB_PATH=-L/usr/X11R6/lib64 -DRI_DIRS = i915 i965 r200 radeon +DRI_DIRS = i915 i965 r200 diff --git a/configs/linux-dri-xcb b/configs/linux-dri-xcb index 85665207be1..905a33310b7 100644 --- a/configs/linux-dri-xcb +++ b/configs/linux-dri-xcb @@ -52,4 +52,4 @@ 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 radeon +DRI_DIRS = i915 r200 |