Commit 5378e216 authored by Erik Jensen's avatar Erik Jensen Committed by Commit Bot

Update LD_LIBRARY_PATH Mesa/NVIDIA fix also to work on Debian

Change-Id: I7925d5124f9ea0b7c6405921f59cdfc3a8c8098e
Reviewed-on: https://chromium-review.googlesource.com/575733Reviewed-by: default avatarLambros Lambrou <lambroslambrou@chromium.org>
Commit-Queue: Erik Jensen <rkjnsn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#488061}
parent a1efdc3e
...@@ -460,6 +460,7 @@ class Desktop: ...@@ -460,6 +460,7 @@ class Desktop:
# Ensure that the software-rendering GL drivers are loaded by the desktop # Ensure that the software-rendering GL drivers are loaded by the desktop
# session, instead of any hardware GL drivers installed on the system. # session, instead of any hardware GL drivers installed on the system.
library_path = ( library_path = (
"/usr/lib/mesa-diverted/%(arch)s-linux-gnu:"
"/usr/lib/%(arch)s-linux-gnu/mesa:" "/usr/lib/%(arch)s-linux-gnu/mesa:"
"/usr/lib/%(arch)s-linux-gnu/dri:" "/usr/lib/%(arch)s-linux-gnu/dri:"
"/usr/lib/%(arch)s-linux-gnu/gallium-pipe" % "/usr/lib/%(arch)s-linux-gnu/gallium-pipe" %
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment