diff options
author | Luc Verhaegen <libv@skynet.be> | 2010-03-16 03:29:34 +0100 |
---|---|---|
committer | Luc Verhaegen <libv@skynet.be> | 2010-03-16 03:29:34 +0100 |
commit | 2d1bc850e4bf2001aee40955998fb4c41bc3687f (patch) | |
tree | 1abcfa35ec391a5198cba9e07d15e80dbc490043 /configs/default | |
parent | bf1e6581a56884c383e5446d84c56b39a7f4e0a0 (diff) |
Provide dri shared library building and SDK installation.dri-sdk-7.4.0
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default index 7b79cf2c1b..d5d76e69ff 100644 --- a/configs/default +++ b/configs/default @@ -9,7 +9,7 @@ CONFIG_NAME = default # Version info MESA_MAJOR=7 -MESA_MINOR=3 +MESA_MINOR=4 MESA_TINY=0 MESA_VERSION = $(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY) |