From 7376cf98c6f9f116a9741012066a7960594259ea Mon Sep 17 00:00:00 2001 From: Phantop Date: Sun, 28 Mar 2021 01:04:52 -0400 Subject: [PATCH] Add libva-mesa-driver for mesa video acceleration --- create-arch-bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/create-arch-bootstrap.sh b/create-arch-bootstrap.sh index 7dd2a54..cb09cea 100755 --- a/create-arch-bootstrap.sh +++ b/create-arch-bootstrap.sh @@ -373,7 +373,8 @@ packagelist="base base-devel nano mesa lib32-mesa vulkan-radeon lib32-vulkan-rad winetricks lutris steam firefox mpv geany pcmanfm ppsspp dolphin-emu \ git wget htop qbittorrent speedcrunch gpicview qpdfview squashfs-tools \ file-roller xorg-xwayland steam-native-runtime nvidia-prime \ - meson mingw-w64-gcc gamemode lib32-gamemode cmake jre8-openjdk" + meson mingw-w64-gcc gamemode lib32-gamemode cmake jre8-openjdk \ + libva-mesa-driver" wget -q "https://archlinux.org/download/" current_release="$(cat index.html | grep "Current Release" | tail -c -16 | head -c +10)"