aboutsummaryrefslogtreecommitdiff
path: root/install_ubuntu.sh
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-03-21 21:29:38 +0100
committerdec05eba <dec05eba@protonmail.com>2023-03-21 21:29:38 +0100
commitf069a29ed7e16e8e075616489ced6ef13d93e148 (patch)
tree5c3cc92059f164f1ecc558cac0dccfe11214c03c /install_ubuntu.sh
parent702654bc4198823696124ab8257453fc92ab6ec7 (diff)
Depend on libglvnd and add nvctrl to ubuntu install
Diffstat (limited to 'install_ubuntu.sh')
-rwxr-xr-xinstall_ubuntu.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install_ubuntu.sh b/install_ubuntu.sh
index 187dc62..ada439f 100755
--- a/install_ubuntu.sh
+++ b/install_ubuntu.sh
@@ -8,7 +8,7 @@ cd "$script_dir"
set -e
apt-get -y install build-essential\
libswresample-dev libavformat-dev libavcodec-dev libavutil-dev libavfilter-dev\
- libgl-dev libx11-dev libxcomposite-dev libxrandr-dev\
- libpulse-dev libva-dev
+ libglvnd-dev libx11-dev libxcomposite-dev libxrandr-dev\
+ libpulse-dev libva-dev libxnvctrl0
./install.sh