tools/toolbox: Remove prepare step when setting up classic
The classic styling is no longer build from a subproject, so there aren't any submodules that need initializing anymore. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3133>
This commit is contained in:
parent
1965ddc24f
commit
ab40b5c711
@ -74,7 +74,6 @@ setup_classic() {
|
|||||||
local branch=${VERSION:+gnome-}${VERSION:-main}
|
local branch=${VERSION:+gnome-}${VERSION:-main}
|
||||||
|
|
||||||
toolbox_run /usr/libexec/install-meson-project.sh \
|
toolbox_run /usr/libexec/install-meson-project.sh \
|
||||||
--prepare "git submodule update --init" \
|
|
||||||
-Dclassic_mode=true \
|
-Dclassic_mode=true \
|
||||||
https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git $branch
|
https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git $branch
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user