Skip to content

Commit

Permalink
dev-qt/qtopengl: depend on virtual/opengl only when gles2-only is off
Browse files Browse the repository at this point in the history
Remove the virtual/opengl dependency when the "gles2-only" flag is enabled.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Ross Charles Campbell <[email protected]>
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
rossbridger authored and a17r committed Aug 22, 2020
1 parent 6fb2fd0 commit 1f75ced
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DEPEND="
~dev-qt/qtcore-${PV}:5=
~dev-qt/qtgui-${PV}[gles2-only=]
~dev-qt/qtwidgets-${PV}[gles2-only=]
virtual/opengl
!gles2-only? ( virtual/opengl )
"
RDEPEND="${DEPEND}"

Expand Down

0 comments on commit 1f75ced

Please sign in to comment.