diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-01-22 02:49:53 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-01-22 02:49:53 +0000 |
commit | d264279e28002d81821c883795911844a4c01a2c (patch) | |
tree | b0481616eda55b543a0dc1487d096c3239885c41 /lib/mesa/docs/sourcetree.html | |
parent | fdcc03929065b5bf5dd93553db219ea3e05c8c34 (diff) |
Merge Mesa 19.2.8
Diffstat (limited to 'lib/mesa/docs/sourcetree.html')
-rw-r--r-- | lib/mesa/docs/sourcetree.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/mesa/docs/sourcetree.html b/lib/mesa/docs/sourcetree.html index 07c8ece6e..5ef74d939 100644 --- a/lib/mesa/docs/sourcetree.html +++ b/lib/mesa/docs/sourcetree.html @@ -2,19 +2,19 @@ <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> - <title>Mesa Source Tree</title> + <title>Source Code Tree</title> <link rel="stylesheet" type="text/css" href="mesa.css"> </head> <body> <div class="header"> - <h1>The Mesa 3D Graphics Library</h1> + The Mesa 3D Graphics Library </div> <iframe src="contents.html"></iframe> <div class="content"> -<h1>Mesa source code tree overview</h1> +<h1>Source Code Tree</h1> <p> This is a brief summary of Mesa's directory tree and what's contained in @@ -158,7 +158,7 @@ each directory. <ul> <li><b>glx</b> - The GLX library code for building libGL using DRI drivers. </ul> -<li><b>lib</b> - hardlinks to most binaries as produced by <strong>make</strong>. +<li><b>lib</b> - hardlinks to most binaries as produced by the build system. These (shortcuts) are used for development purposes in conjunction with LD_LIBRARY_PATH and/or LIBGL_DRIVERS_PATH. </ul> |