Skip to content

Commit

Permalink
libxinerama
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Nov 8, 2023
1 parent 9daeb64 commit 29a3541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/unittest/linux_libs/scripts_habitat/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -v
this_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
# Avoid error: "fatal: unsafe repository"
#apt-get update && apt-get install -y git wget gcc g++ unzip
apt-get install -y libxrandr-dev
apt-get install -y libxrandr-dev libxinerama-dev

git config --global --add safe.directory '*'
root_dir="$(git rev-parse --show-toplevel)"
Expand Down

0 comments on commit 29a3541

Please sign in to comment.