Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 868078 Details for
Bug 912402
dev-util/vulkan-tools-1.3.250: allow "X" and "wayland" for cube
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Simple patch which resolves this bug
vulkan-tools.diff (text/plain), 718 bytes, created by
xbt573
on 2023-08-17 10:25:10 UTC
(
hide
)
Description:
Simple patch which resolves this bug
Filename:
MIME Type:
Creator:
xbt573
Created:
2023-08-17 10:25:10 UTC
Size:
718 bytes
patch
obsolete
>--- /var/db/repos/gentoo/dev-util/vulkan-tools/vulkan-tools-1.3.250.ebuild 2023-08-14 17:51:59.690809399 +0300 >+++ vulkan-tools-1.3.250.ebuild 2023-08-17 13:00:35.486768158 +0300 >@@ -25,7 +25,7 @@ > IUSE="cube wayland +X" > > # Cube demo only supports one window system at a time >-REQUIRED_USE="cube? ( ^^ ( X wayland ) )" >+REQUIRED_USE="cube? ( || ( X wayland ) )" > > BDEPEND="${PYTHON_DEPS} > cube? ( ~dev-util/glslang-${PV}:=[${MULTILIB_USEDEP}] ) >@@ -52,6 +52,14 @@ > /usr/bin/vkcubepp > ) > >+ use cube && use X && use wayland && MULTILIB_CHOST_TOOLS+=( >+ /usr/bin/vkcube-wayland >+ ) >+ >+ use cube && use wayland && ! use X && MULTILIB_CHOST_TOOLS+=( >+ /usr/bin/vkcube-wayland >+ ) >+ > python-any-r1_pkg_setup > } >
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 912402
: 868078