Skip to content

Commit

Permalink
Merge pull request #52 from sudo-give-me-coffee/master
Browse files Browse the repository at this point in the history
Allow use direct 3D apps
  • Loading branch information
Hackerl authored Dec 9, 2019
2 parents 2a27f94 + 85509e1 commit 144ea0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AppRun
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ export LD_LIBRARY_PATH="$HERE/lib/i386-linux-gnu":$LD_LIBRARY_PATH
export LD_LIBRARY_PATH="$HERE/usr/lib/i386-linux-gnu/pulseaudio":$LD_LIBRARY_PATH
export LD_LIBRARY_PATH="$HERE/usr/lib/i386-linux-gnu/alsa-lib":$LD_LIBRARY_PATH

# Allow use direct 3D apps
export LIBGL_DRIVERS_PATH="${HERE}/usr/lib/i386-linux-gnu/dri"

#Font Config
export FONTCONFIG_PATH="$HERE/etc/fonts"

Expand Down

0 comments on commit 144ea0d

Please sign in to comment.