1
0
Fork 0
mutter-performance-source/.gitlab-ci/install-gnomeos-sysext-dependencies.sh

17 lines
392 B
Bash
Raw Permalink Normal View History

#!/bin/bash
set -e
SCRIPTS_DIR="$(dirname $0)"
# Location for dependencies to be bundled with the extension
DESTDIR="$(realpath $1)"
# GNOME OS specific setup arguments
LIBDIR="lib/$(gcc -print-multiarch)"
# Install common dependencies
./$SCRIPTS_DIR/install-common-dependencies.sh --libdir=$LIBDIR --destdir=$DESTDIR
# Install below missing dependencies that are exclusive to GNOME OS