diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-12-15 17:36:44 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-12-15 17:37:21 -0500 |
commit | 7f79e15573b2439c1ef19699025cd391fd82cd9b (patch) | |
tree | 3ea0c54ea74cd5a0d34ff5dfb1b2bba07f2bfdaf /gui-libs | |
parent | gui-libs/gtk: Depend on app-text/iso-codes (diff) | |
download | gentoo-7f79e15573b2439c1ef19699025cd391fd82cd9b.tar.gz gentoo-7f79e15573b2439c1ef19699025cd391fd82cd9b.tar.bz2 gentoo-7f79e15573b2439c1ef19699025cd391fd82cd9b.zip |
gui-libs/gtk: Depend on media-fonts/cantarell for tests
The test suite uses this font explicitly. Avoids failures in at least
the following tests:
gtk:gsk / parser empty-text.node
gtk:gsk / parser testswitch.node
gtk:gsk / parser widgetfactory.node
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/gtk/gtk-4.8.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui-libs/gtk/gtk-4.8.2.ebuild b/gui-libs/gtk/gtk-4.8.2.ebuild index 2f2204164430..123e66a9d1b9 100644 --- a/gui-libs/gtk/gtk-4.8.2.ebuild +++ b/gui-libs/gtk/gtk-4.8.2.ebuild @@ -93,6 +93,7 @@ BDEPEND=" virtual/pkgconfig test? ( dev-libs/glib:2 + media-fonts/cantarell wayland? ( dev-libs/weston[headless] ) ) " |