mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 05:40:13 +01:00
gbm: add missing comma between strings
Fixes: d971a4230d "loader: Factor out the common driver
opening logic from each loader."
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
724107553c
commit
486091bc00
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ dri_open_driver(struct gbm_dri_device *dri)
|
|||
/* Read GBM_DRIVERS_PATH first for compatibility, but LIBGL_DRIVERS_PATH
|
||||
* is recommended over GBM_DRIVERS_PATH.
|
||||
*/
|
||||
"GBM_DRIVERS_PATH"
|
||||
"GBM_DRIVERS_PATH",
|
||||
/* Read LIBGL_DRIVERS_PATH if GBM_DRIVERS_PATH was not set.
|
||||
* LIBGL_DRIVERS_PATH is recommended over GBM_DRIVERS_PATH.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue