Add LIBVA_DRIVER_NAME env var for host dilong
This commit is contained in:
parent
52b766e18e
commit
c67a7bda49
1 changed files with 6 additions and 1 deletions
|
@ -11,8 +11,13 @@
|
|||
if [ -d "$HOME/.bashrc.d" ]; then
|
||||
for script in $(find "$HOME/.bashrc.d/" -name '*.sh' |sort -n) ; do
|
||||
# echo "Loading `basename \"$script\"`..." # >&2
|
||||
. $script
|
||||
. "$script"
|
||||
done
|
||||
fi
|
||||
|
||||
case "$(hostname)" in
|
||||
dilong) export LIBVA_DRIVER_NAME=i965
|
||||
;;
|
||||
*) ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue