commit: 6fb2fd0cdeef56eac998dcf263d3cd5cb15b30ba Author: Ross Charles Campbell <rossbridger.cc <AT> gmail <DOT> com> AuthorDate: Fri Aug 21 22:24:02 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Aug 22 18:52:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb2fd0c
dev-qt/qtgui: depend on virtual/opengl only when gles2-only is off The PR removes the virtual/opengl dependency when the gles2-only flag is enabled to avoid pulling in unnecessary X11 dependencies on pure wayland environment. Closes: https://bugs.gentoo.org/731650 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Ross Charles Campbell <rossbridger.cc <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17203 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-qt/qtgui/qtgui-5.15.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtgui/qtgui-5.15.0-r1.ebuild b/dev-qt/qtgui/qtgui-5.15.0-r1.ebuild index 850f329c65a..c32c33860d0 100644 --- a/dev-qt/qtgui/qtgui-5.15.0-r1.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.0-r1.ebuild @@ -34,7 +34,6 @@ RDEPEND=" >=media-libs/freetype-2.6.1:2 >=media-libs/harfbuzz-1.6.0:= sys-libs/zlib:= - virtual/opengl dbus? ( ~dev-qt/qtdbus-${PV} ) egl? ( media-libs/mesa[egl] ) eglfs? ( @@ -43,6 +42,7 @@ RDEPEND=" ) evdev? ( sys-libs/mtdev ) gles2-only? ( media-libs/mesa[gles2] ) + !gles2-only? ( virtual/opengl ) jpeg? ( virtual/jpeg:0 ) libinput? ( dev-libs/libinput:=
