diff options
author | Adam Jackson <ajax@freedesktop.org> | 2005-08-19 20:20:03 +0000 |
---|---|---|
committer | Adam Jackson <ajax@freedesktop.org> | 2005-08-19 20:20:03 +0000 |
commit | 8fcd1e028750ec7669aa311dfd63d86767097feb (patch) | |
tree | 94877d24574a9fc54d85579bcd5834a64ef436ce /configs/linux-dri-ppc | |
parent | 2ae5645115124ecc97bf4a0ba9f5542cf2409845 (diff) |
Convert libGL and DRI drivers to require libdrm.
libdrm can be had from:
http://people.freedesktop.org/~ajax/libdrm/
Diffstat (limited to 'configs/linux-dri-ppc')
-rw-r--r-- | configs/linux-dri-ppc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-dri-ppc b/configs/linux-dri-ppc index ab9265cc7a1..fb87688065f 100644 --- a/configs/linux-dri-ppc +++ b/configs/linux-dri-ppc @@ -13,5 +13,5 @@ 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 = dri_client mach64 r128 r200 r300 radeon tdfx +DRI_DIRS = mach64 r128 r200 r300 radeon tdfx |