Skip to content

Commit b7320e7

Browse files
authored
bootstrap: libgtk-3-dev is needed for building too (#2222)
1 parent a0caa52 commit b7320e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function log {
5454
echo "[+]" $@
5555
}
5656

57-
development_deps=(meson sassc)
57+
development_deps=(meson sassc libgtk-3-dev)
5858
testing_deps=(libgtk-3-dev gtk-3-examples gnome-tweaks)
5959

6060
function install {

0 commit comments

Comments
 (0)