From 918e6fe7723d459502d448e2450e66a15137bdfc Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Sun, 13 Oct 2024 11:03:07 -0600 Subject: [PATCH] fix(chromium): Depend on gtk 3 at runtime (#30727) Our current gtk package, confusingly, references the gtk interface for mtr. We were transitively also pulling in gtk. Explicitly depend on gtk 3 at runtime to prevent also pulling in the interface for mtr Signed-off-by: RJ Sampson --- chromium.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chromium.yaml b/chromium.yaml index 93bb748a216..ea78ebd9224 100644 --- a/chromium.yaml +++ b/chromium.yaml @@ -7,7 +7,7 @@ package: name: chromium version: 129.0.6668.100 - epoch: 0 + epoch: 1 description: "Open souce version of Google's chrome web browser" copyright: - license: BSD-3-Clause @@ -20,7 +20,7 @@ package: runtime: - font-opensans - fontconfig - - gtk + - gtk-3 - icu-data-full - libnss - mesa