From 85b66d20969685c26d3f7d22b6fc7b988872fa88 Mon Sep 17 00:00:00 2001
From: Eric Engestrom
EGL_DRIVERS_PATH
By default, the main library will look for drivers in the directory where -the drivers are installed to. This variable specifies a list of -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