diff options
author | Alexey Sokolov <alexey+gentoo@asokolov.org> | 2022-02-15 22:00:20 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2022-02-15 14:24:51 -0800 |
commit | 4acf2bd6830bff90c510d1dae1e0c8c05f6b3b55 (patch) | |
tree | 91121da8b554847e0b2b0ea7dbc3999cbf4e7aa9 /app-misc/openrgb-plugin-effects | |
parent | app-admin/pass-otp: Unconditionally depend on qrencode (diff) | |
download | gentoo-4acf2bd6830bff90c510d1dae1e0c8c05f6b3b55.tar.gz gentoo-4acf2bd6830bff90c510d1dae1e0c8c05f6b3b55.tar.bz2 gentoo-4acf2bd6830bff90c510d1dae1e0c8c05f6b3b55.zip |
app-misc/openrgb-plugin-effects: depend on full gl
Closes: https://bugs.gentoo.org/831558
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/24204
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'app-misc/openrgb-plugin-effects')
-rw-r--r-- | app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0_p20220110.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0_p20220110.ebuild b/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0_p20220110.ebuild index 0d8ec005a69c..5694a120a94d 100644 --- a/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0_p20220110.ebuild +++ b/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0_p20220110.ebuild @@ -18,8 +18,8 @@ SLOT="0" RDEPEND=" >=app-misc/openrgb-0.7:= dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 + dev-qt/qtgui:5[-gles2-only] + dev-qt/qtwidgets:5[-gles2-only] media-libs/openal " DEPEND=" |