Skip to content

Commit

Permalink
fix(chromium): Depend on gtk 3 at runtime (#30727)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
EyeCantCU authored Oct 13, 2024
1 parent 123e8bc commit 918e6fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chromium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,7 +20,7 @@ package:
runtime:
- font-opensans
- fontconfig
- gtk
- gtk-3
- icu-data-full
- libnss
- mesa
Expand Down

0 comments on commit 918e6fe

Please sign in to comment.