diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-06-20 17:58:53 -0700 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-21 10:19:45 -0600 |
commit | e1f9adc27445ea3381af1f71cfec0317298be5b1 (patch) | |
tree | 6a150eaf2acbe07729d341c7ee8268ca7c4542fd /configs | |
parent | f30e4af73405aad3ec29b7337a3a0177e3fbe715 (diff) |
Solaris port of Mesa 7.1 with autoconf support
Signed-off-by: Brian Paul <brian.paul@tungstengraphics.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/autoconf.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in index 9a70ec1fab..ed44a0f1a6 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -98,3 +98,6 @@ DRI_DRIVER_INSTALL_DIR = @DRI_DRIVER_INSTALL_DIR@ # Where libGL will look for DRI hardware drivers DRI_DRIVER_SEARCH_DIR = $(DRI_DRIVER_INSTALL_DIR) + +# Additional per-platform configuration settings +@EXTRA_CONFIG_LINES@ |