From: Chia-I Wu Date: Mon, 3 Jan 2011 16:53:19 +0000 (+0800) Subject: docs: Add an example for EGL_DRIVERS_PATH. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cba77869547f8edb1c1fdafcf457bccc4097042b;hp=fb03510738e80716068a193a4078814d0e801120;p=mesa.git docs: Add an example for EGL_DRIVERS_PATH. EGL_DRIVERS_PATH can be set to test EGL without installation. --- diff --git a/docs/egl.html b/docs/egl.html index ff610c310d7..33e9187ce7f 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -134,6 +134,16 @@ colon-separated directories where the main library will look for drivers, in addition to the default directory. This variable is ignored for setuid/setgid binaries.

+

This variable is usually set to test an uninstalled build. For example, one +may set

+ +
+  $ export LD_LIBRARY_PATH=$mesa/lib
+  $ export EGL_DRIVERS_PATH=$mesa/lib/egl
+
+ +

to test a build without installation

+
  • EGL_DRIVER