diff options
author | Eric Anholt <[email protected]> | 2012-01-25 14:22:03 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-01-30 11:44:24 -0800 |
commit | ff2497dca39d688bbceba9f524a61e99d93a9607 (patch) | |
tree | f857d1f05df4ffe0ff9a40d729ac1a8cf6ff796a /src/mesa/drivers/dri/common/Makefile.am | |
parent | 642247883fb9e6dce9bad724f7f6503321e0ef6f (diff) |
dri: Add a default drirc to be installed to provide application workarounds.
Specifially, this being present works around a bug in Unigine
Sanctuary on i965 which previously resulted in bad rendering.
NOTE: This is a candidate for the 8.0 branch.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/common/Makefile.am')
-rw-r--r-- | src/mesa/drivers/dri/common/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/common/Makefile.am b/src/mesa/drivers/dri/common/Makefile.am index 4b43f44091c..27c3e3d4223 100644 --- a/src/mesa/drivers/dri/common/Makefile.am +++ b/src/mesa/drivers/dri/common/Makefile.am @@ -35,3 +35,5 @@ libdricommon_la_SOURCES = \ utils.c \ dri_util.c \ xmlconfig.c + +sysconf_DATA = drirc |