Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 881208 Details for
Bug 908254
x11-base/xwayland: automagic sys-apps/systemd dependency
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
for application on a copy of 23.2.3
xwayland-23.2.3-r1.ebuild.patch (text/plain), 1.11 KB, created by
alexander-n8hgeg5e
on 2024-01-01 14:28:36 UTC
(
hide
)
Description:
for application on a copy of 23.2.3
Filename:
MIME Type:
Creator:
alexander-n8hgeg5e
Created:
2024-01-01 14:28:36 UTC
Size:
1.11 KB
patch
obsolete
>diff --git a/x11-base/xwayland/xwayland-23.2.3-r1.ebuild b/x11-base/xwayland/xwayland-23.2.3-r1.ebuild >index abc33e62ff..05f93b2800 100644 >--- a/x11-base/xwayland/xwayland-23.2.3-r1.ebuild >+++ b/x11-base/xwayland/xwayland-23.2.3-r1.ebuild >@@ -16,7 +16,7 @@ fi > DESCRIPTION="Standalone X server running under Wayland" > HOMEPAGE="https://wayland.freedesktop.org/xserver.html" > >-IUSE="libei selinux video_cards_nvidia unwind xcsecurity" >+IUSE="libei selinux video_cards_nvidia unwind xcsecurity systemd" > > LICENSE="MIT" > SLOT="0" >@@ -43,6 +43,7 @@ COMMON_DEPEND=" > libei? ( dev-libs/libei ) > unwind? ( sys-libs/libunwind ) > video_cards_nvidia? ( gui-libs/egl-wayland ) >+ systemd? ( sys-apps/systemd ) > " > DEPEND=" > ${COMMON_DEPEND} >@@ -63,6 +64,7 @@ BDEPEND=" > > PATCHES=( > "${FILESDIR}"/xwayland-drop-redundantly-installed-files.patch >+ "${FILESDIR}"/meson-add-option-for-systemd.patch > ) > > src_configure() { >@@ -71,6 +73,7 @@ src_configure() { > $(meson_use unwind libunwind) > $(meson_use xcsecurity) > $(meson_use video_cards_nvidia xwayland_eglstream) >+ $(meson_use systemd) > -Ddpms=true > -Ddri3=true > -Ddrm=true
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 908254
:
881108
|
881109
| 881208 |
881213