Commit cb0a1b81 authored by Ed Reel's avatar Ed Reel Committed by GitHub

Make sure gtk4 dependencies are installed first (#5564)

parent 00afd3a5
......@@ -769,7 +769,7 @@ def resolve_dependencies
i = 0
last_deps = []
last_packages = ["curl", "ghc", "mandb", "gtk3", "sommelier"]
last_packages = ["curl", "ghc", "mandb", "gtk3", "gtk4", "sommelier"]
@dependencies.each do |dep|
if last_packages.include?(dep)
@dependencies.delete_at(i)
......
# Defines common constants used in different parts of crew
CREW_VERSION = '1.7.19'
CREW_VERSION = '1.7.20'
ARCH_ACTUAL = `uname -m`.strip
# This helps with virtualized builds on aarch64 machines
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment