Skip to content

Commit

Permalink
Add xdg-desktop-portal-gtk to setup_ scripts (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Jan 28, 2025
1 parent c440ca4 commit b69ba47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/setup_ubuntu-20.04.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup_ubuntu-24.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b69ba47

Please sign in to comment.