From 6d77f5260d262bc5208a79757ba88a1048527bc8 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Sun, 24 Dec 2017 13:21:37 +0100 Subject: [PATCH] Not mentioned in repos, but glib-devel is needed --- shell/bootstrap-void.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/bootstrap-void.sh b/shell/bootstrap-void.sh index ff1da5a..0b39075 100755 --- a/shell/bootstrap-void.sh +++ b/shell/bootstrap-void.sh @@ -62,7 +62,7 @@ sudo make install printf "${green}Starting build of Pop GTK theme${normal}" -sudo xbps-install -y sassc libsass-devel inkscape optipng parallel +sudo xbps-install -y sassc libsass-devel inkscape optipng parallel glib-devel cd $HOME/Documents/working git clone https://github.com/pop-os/gtk-theme.git cd gtk-theme