diff options
author | Henning Schild <henning@hennsch.de> | 2023-10-16 12:04:15 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-10-30 14:53:49 +0200 |
commit | 406dab6aa5f1a96d9f3832423f1cdca3ff03974a (patch) | |
tree | d602b136a429e361576caaf6dc34ff1577b0d133 /net-im/telegram-desktop-bin | |
parent | app-containers/incus: lxd-to-incus: add upstream openrc patch (diff) | |
download | gentoo-406dab6aa5f1a96d9f3832423f1cdca3ff03974a.tar.gz gentoo-406dab6aa5f1a96d9f3832423f1cdca3ff03974a.tar.bz2 gentoo-406dab6aa5f1a96d9f3832423f1cdca3ff03974a.zip |
net-im/telegram-desktop-bin: add missing USE for gtk+:3 dep
Closes: https://bugs.gentoo.org/915598
Fixes: 50ef5d226cf0 ("net-im/telegram-desktop-bin: add missing gtk+:3 dep")
Related-to: https://github.com/telegramdesktop/tdesktop/issues/26919
Signed-off-by: Henning Schild <henning@hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/33359
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-im/telegram-desktop-bin')
-rw-r--r-- | net-im/telegram-desktop-bin/telegram-desktop-bin-4.11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-4.11.1.ebuild b/net-im/telegram-desktop-bin/telegram-desktop-bin-4.11.1.ebuild index 9c5b8376b157..73fc72ac1747 100644 --- a/net-im/telegram-desktop-bin/telegram-desktop-bin-4.11.1.ebuild +++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-4.11.1.ebuild @@ -25,7 +25,7 @@ RDEPEND=" >=media-libs/fontconfig-2.13 media-libs/freetype:2 virtual/opengl - x11-libs/gtk+:3 + x11-libs/gtk+:3[X,wayland] x11-libs/libX11 >=x11-libs/libxcb-1.10 " |