Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 884702 Details for
Bug 924250
games-emulation/ppsspp-1.17.1 fails to compile: SDLVulkanGraphicsContext.cpp:117:81: error: union SDL_SysWMinfo::<unnamed> has no member named wl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
simple ebuild fix
ppsspp-1.17.1-ebuild-fix.diff (text/plain), 802 bytes, created by
franklyfrank
on 2024-02-11 03:37:10 UTC
(
hide
)
Description:
simple ebuild fix
Filename:
MIME Type:
Creator:
franklyfrank
Created:
2024-02-11 03:37:10 UTC
Size:
802 bytes
patch
obsolete
>diff --git a/games-emulation/ppsspp/ppsspp-1.17.1.ebuild b/games-emulation/ppsspp/ppsspp-1.17.1.ebuild >index 4f6565ae477c..7ae8f458b792 100644 >--- a/games-emulation/ppsspp/ppsspp-1.17.1.ebuild >+++ b/games-emulation/ppsspp/ppsspp-1.17.1.ebuild >@@ -23,7 +23,7 @@ fi > > LICENSE="Apache-2.0 BSD BSD-2 GPL-2 JSON MIT" > SLOT="0" >-IUSE="discord qt5 test" >+IUSE="discord qt5 test wayland" > RESTRICT="!test? ( test )" > > RDEPEND=" >@@ -44,6 +44,7 @@ RDEPEND=" > dev-qt/qtwidgets:5[-gles2-only] > ) > !qt5? ( media-libs/libsdl2[X,opengl,sound,video] ) >+ wayland? ( media-libs/libsdl2[wayland] ) > " > DEPEND=" > ${RDEPEND} >@@ -75,6 +76,7 @@ src_configure() { > -DUSE_DISCORD=$(usex discord) > -DUSING_QT_UI=$(usex qt5) > -DUNITTEST=$(usex test) >+ -DUSE_WAYLAND_WSI=$(usex wayland) > ) > cmake_src_configure > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 924250
:
884700
|
884701
| 884702