Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 796579 Details for
Bug 862810
x11-libs/xosd-2.2.14_p2_p1 does not respect USE=xinerama
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for xosd ebuild
0001-xosd-ebuild-use-explicit-disable-xinerama.patch (text/plain), 980 bytes, created by
Ed Santiago
on 2022-08-01 14:00:03 UTC
(
hide
)
Description:
patch for xosd ebuild
Filename:
MIME Type:
Creator:
Ed Santiago
Created:
2022-08-01 14:00:03 UTC
Size:
980 bytes
patch
obsolete
>From b7c1b5166f59a4753cb769555548afb63426d25e Mon Sep 17 00:00:00 2001 >From: Eduardo Santiago <ed@edsantiago.com> >Date: Mon, 1 Aug 2022 07:47:32 -0600 >Subject: [PATCH] xosd ebuild: use explicit --disable-xinerama > >Even though the default is to configure with xinerama, the >explicit --enable-xinerama option does not work (logic error >in configure). Work around it by passing an explicit --disable >option when USE=-xinerama. > >Signed-off-by: Eduardo Santiago <ed@edsantiago.com> >--- > xosd-2.2.14_p2_p1.ebuild | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/xosd-2.2.14_p2_p1.ebuild b/xosd-2.2.14_p2_p1.ebuild >index 6daf5fe..af41bbe 100644 >--- a/xosd-2.2.14_p2_p1.ebuild >+++ b/xosd-2.2.14_p2_p1.ebuild >@@ -51,7 +51,11 @@ src_prepare() { > } > > src_configure() { >+ local disable_xinerama >+ >+ use xinerama || disable_xinerama="--disable-xinerama" >+ > econf \ >- $(use_enable xinerama) \ >+ $disable_xinerama \ > $(use_enable static-libs static) > } >-- >2.35.1 >
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 862810
:
796576
| 796579