diff options
author | Jeremy Huddleston <[email protected]> | 2011-06-06 11:38:05 -0400 |
---|---|---|
committer | Jeremy Huddleston <[email protected]> | 2011-06-06 11:38:05 -0400 |
commit | d563009cd1134557178ddddc29d45b664e58bbed (patch) | |
tree | 6543d1b49f8ed5248d51124b58683091cdca2bfa /configs | |
parent | 2ee5272e1671aff8c8d9e0c12bf37ed006717283 (diff) |
darwin: Define GALLIUM_DRIVERS_DIRS in darwin config
Signed-off-by: Jeremy Huddleston <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/darwin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/darwin b/configs/darwin index 990610724b5..9c126ea3db6 100644 --- a/configs/darwin +++ b/configs/darwin @@ -57,3 +57,5 @@ GLU_DIRS = sgi DRIVER_DIRS = osmesa #DRIVER_DIRS = dri DRI_DIRS = swrast +GALLIUM_DRIVERS_DIRS = softpipe trace rbug noop identity galahad failover +#GALLIUM_DRIVERS_DIRS += llvmpipe |