diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-29 20:41:38 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-29 20:44:43 +0900 |
| commit | 9d9b7294a4a9e93301bfbbf327e9beb99cfa685b (patch) | |
| tree | 237ddd47d946f2b95919a611b50600d6d8b22c2d /internal/rosa/wayland.go | |
| parent | 6c1e2f10a763ac46fc582c0082a577de84f54d62 (diff) | |
internal/rosa: flags for toolchain-dependent artifact
This is much cleaner to add extra flags to.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/wayland.go')
| -rw-r--r-- | internal/rosa/wayland.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/wayland.go b/internal/rosa/wayland.go index 4b1ec924..ab9c7fb3 100644 --- a/internal/rosa/wayland.go +++ b/internal/rosa/wayland.go @@ -7,7 +7,7 @@ func (t Toolchain) newWayland() pkg.Artifact { version = "1.24.0" checksum = "JxgLiFRRGw2D3uhVw8ZeDbs3V7K_d4z_ypDog2LBqiA_5y2vVbUAk5NT6D5ozm0m" ) - return t.New("wayland-"+version, false, []pkg.Artifact{ + return t.New("wayland-"+version, 0, []pkg.Artifact{ t.Load(Python), t.Load(Meson), t.Load(PkgConfig), @@ -50,7 +50,7 @@ func (t Toolchain) newWaylandProtocols() pkg.Artifact { version = "1.47" checksum = "B_NodZ7AQfCstcx7kgbaVjpkYOzbAQq0a4NOk-SA8bQixAE20FY3p1-6gsbPgHn9" ) - return t.New("wayland-protocols-"+version, false, []pkg.Artifact{ + return t.New("wayland-protocols-"+version, 0, []pkg.Artifact{ t.Load(Python), t.Load(Meson), t.Load(PkgConfig), |
