From 230c88f37465a997136ae90d0f5e09e40fd141d6 Mon Sep 17 00:00:00 2001 From: dborca <> Date: Mon, 15 Mar 2004 10:02:08 +0000 Subject: [PATCH] added DRI switches description in top makefile.linux --- glide3x/makefile.linux | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/glide3x/makefile.linux b/glide3x/makefile.linux index 26dcb01..8bdb22c 100644 --- a/glide3x/makefile.linux +++ b/glide3x/makefile.linux @@ -14,6 +14,15 @@ # Environment variables: # FX_GLIDE_HW build for the given ASIC (sst1, sst96, cvg, h3, h5). # default = h5 +# DRI=1 Build DRI version. +# target = h3, h5 +# default = no +# DGA=1 Build DGA version (experimental). +# target = h3, h5 +# default = no +# XPATH specify X libraries path; needed by DRI and DGA. +# target = h3, h5 +# default = /usr/X11/lib # H4=1 High speed Avenger/Napalm. # target = h3, h5 # default = no