Skip to content

Commit

Permalink
games-action/polymc: add dev-qt/qtsvg as a RDEPEND
Browse files Browse the repository at this point in the history
This is needed because most icons in the app are SVGs that don't show up
without this dependency.

Signed-off-by: Thiago Donato Ferreira <[email protected]>
Signed-off-by: Andrew Ammerlaan <[email protected]>
  • Loading branch information
flowln authored and Nowa-Ammerlaan committed Sep 22, 2022
1 parent 5d9d706 commit a82c216
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ DEPEND="
# And we need more than just the GL headers
RDEPEND="
${COMMON_DEPENDS}
>=dev-qt/qtsvg-${MIN_QT}:${QT_SLOT}
>=virtual/jre-1.8.0:*
virtual/opengl
"
Expand Down
5 changes: 4 additions & 1 deletion games-action/polymc/polymc-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ QT_DEPS="
qt6? (
>=dev-qt/qtbase-${MIN_QT_6_VERSION}:6[concurrent,gui,network,widgets,xml(+)]
>=dev-qt/qtsvg-${MIN_QT_6_VERSION}:6
>=dev-qt/qt5compat-${MIN_QT_6_VERSION}:6
)
"
Expand Down Expand Up @@ -92,6 +91,10 @@ DEPEND="
# And we need more than just the GL headers
RDEPEND="
${COMMON_DEPENDS}
!qt6? ( >=dev-qt/qtsvg-${MIN_QT_5_VERSION}:5 )
qt6? ( >=dev-qt/qtsvg-${MIN_QT_6_VERSION}:6 )
>=virtual/jre-1.8.0:*
virtual/opengl
"
Expand Down

0 comments on commit a82c216

Please sign in to comment.