Skip to content

Commit

Permalink
*/*: Fix mesa[egl]
Browse files Browse the repository at this point in the history
  • Loading branch information
lanodan committed Apr 10, 2022
1 parent e3e225a commit d922774
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion games-emulation/reicast/reicast-8.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ KEYWORDS="~amd64"

DEPEND="
media-libs/alsa-lib
media-libs/mesa[egl,gles2]
media-libs/mesa[egl(+),gles2]
"

S="${WORKDIR}/reicast-emulator-r${PV}/shell/linux"
Expand Down
2 changes: 1 addition & 1 deletion gui-libs/libdecor/libdecor-0.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DEPEND="
examples? (
virtual/opengl
dev-libs/wayland
media-libs/mesa[egl]
media-libs/mesa[egl(+)]
x11-libs/libxkbcommon
)
"
Expand Down
2 changes: 1 addition & 1 deletion media-libs/freeglut/freeglut-3.2.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RDEPEND="
>=x11-libs/libXxf86vm-1.1.3[${MULTILIB_USEDEP}]
)
wayland-only? (
media-libs/mesa[egl,${MULTILIB_USEDEP}]
media-libs/mesa[egl(+),${MULTILIB_USEDEP}]
dev-libs/wayland[${MULTILIB_USEDEP}]
x11-libs/libxkbcommon[${MULTILIB_USEDEP}]
)
Expand Down

0 comments on commit d922774

Please sign in to comment.