summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2005-07-29 17:25:50 +0000
committerIan Romanick <idr@us.ibm.com>2005-07-29 17:25:50 +0000
commitdc6e2c778aa0e67b68fa02043443bfad4dbbccbf (patch)
treea5be22de89bc4b277879a06e88a285fe63222f3a /Makefile
parent4508bcc72c96d468ea121f75e33500a9359a786e (diff)
Add a new config called linux-indirect. This build the GLX libGL just like
linux-dri, but it disables support for direct-rendering in it. This config mainly exists so that I can verify that changes to libGL haven't broken builds on non-DRI platforms.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index feba7a5bab9..6de4d22d4a8 100644
--- a/Makefile
+++ b/Makefile
@@ -89,6 +89,7 @@ linux-dri \
linux-dri-x86 \
linux-dri-x86-64 \
linux-dri-ppc \
+linux-indirect \
linux-fbdev \
linux-glide \
linux-icc \