diff options
author | Brian Paul <[email protected]> | 2012-07-23 11:29:42 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-07-24 08:49:02 -0600 |
commit | 8f2a13c5e3fd801c2ddd484648d67c4c3a629d28 (patch) | |
tree | 61a9a6771216826d19b6b6033024b0d2598cfdc4 /docs | |
parent | 7e18a039ee7a402bac4882ae793824d6523061fa (diff) |
docs: the legacy makefile system is removed in Mesa 8.1
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-8.1.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/relnotes-8.1.html b/docs/relnotes-8.1.html index 45770d3925b..4c4d48715f0 100644 --- a/docs/relnotes-8.1.html +++ b/docs/relnotes-8.1.html @@ -53,8 +53,10 @@ Note: some of the new features are only available with certain drivers. <h2>Changes</h2> -<p>TBD</p> - +<p> +The legacy/static Makefile system (ex: 'make linux-dri') has been removed. +The two supported build methods are now autoconf/automake and SCons. +</p> </body> |