Skip to content

Commit 59dc012

Browse files
author
psadi
committed
fix: add missing dep for nightly builds
1 parent b51bb96 commit 59dc012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ get_latest_gh_release() {
1111

1212
# Update & install OS base dependencies
1313
buildDeps="base-devel freetype2 oniguruma wget mesa file zsync appstream xorg-server-xvfb patchelf binutils strace git jq"
14-
ghosttyDeps="gtk4 libadwaita blueprint-compiler"
14+
ghosttyDeps="gtk4 libadwaita blueprint-compiler gtk4-layer-shell"
1515
pacman -Syuq --needed --noconfirm --noprogressbar ${buildDeps} ${ghosttyDeps}
1616

1717
export ARCH="$(uname -m)"

0 commit comments

Comments
 (0)