From b69ba47fee42471192eb67f9e73cadcbebe7b5c7 Mon Sep 17 00:00:00 2001 From: Adam Kewley Date: Tue, 28 Jan 2025 11:37:21 +0100 Subject: [PATCH] Add xdg-desktop-portal-gtk to setup_ scripts (#993) --- scripts/setup_ubuntu-20.04.sh | 2 +- scripts/setup_ubuntu-24.04.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/setup_ubuntu-20.04.sh b/scripts/setup_ubuntu-20.04.sh index 2b4f31a8f5..f18b75ce6c 100755 --- a/scripts/setup_ubuntu-20.04.sh +++ b/scripts/setup_ubuntu-20.04.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # setup system dependencies -sudo apt install -y cmake pkg-config libgtk-3-dev libblas-dev liblapack-dev clang-11 clang-tidy-11 libstdc++-10-dev +sudo apt install -y cmake pkg-config libgtk-3-dev libblas-dev liblapack-dev clang-11 clang-tidy-11 libstdc++-10-dev xdg-desktop-portal-gtk # install a newer cmake than the one supplied by apt sudo apt install -y libssl-dev # OpenSSL headers, for cmake diff --git a/scripts/setup_ubuntu-24.04.sh b/scripts/setup_ubuntu-24.04.sh index af20ca922d..4e7d1601f0 100755 --- a/scripts/setup_ubuntu-24.04.sh +++ b/scripts/setup_ubuntu-24.04.sh @@ -2,5 +2,5 @@ # WSL2 on Ubuntu24: ln -sf /mnt/wslg/runtime-dir/wayland-* $XDG_RUNTIME_DIR/ -sudo apt install clang clang-tidy cmake pkg-config libgtk-3-dev libblas-dev liblapack-dev +sudo apt install clang clang-tidy cmake pkg-config libgtk-3-dev libblas-dev liblapack-dev xdg-desktop-portal-gtk