Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 137298 Details for
Bug 200717
app-emulation/xen-tools-3.1.2: doesn't support XENFB_TOOLS build option for VNC access to paravirtualized domU's
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to ebuild which provides XENFB_TOOLS=y support
xen-tools-3.1.2.ebuild-xenfb-patch (text/plain), 1.14 KB, created by
Josh West
on 2007-11-29 07:46:37 UTC
(
hide
)
Description:
Patch to ebuild which provides XENFB_TOOLS=y support
Filename:
MIME Type:
Creator:
Josh West
Created:
2007-11-29 07:46:37 UTC
Size:
1.14 KB
patch
obsolete
>--- xen-tools-3.1.2.ebuild-orig 2007-11-29 02:36:06.000000000 -0500 >+++ xen-tools-3.1.2.ebuild 2007-11-29 02:35:41.000000000 -0500 >@@ -12,7 +12,7 @@ > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="~amd64 ~x86" >-IUSE="doc debug screen custom-cflags pygrub hvm" >+IUSE="doc debug screen custom-cflags pygrub hvm xenfb" > > CDEPEND="dev-lang/python > sys-libs/zlib >@@ -31,6 +31,10 @@ > x11-proto/xproto > net-libs/libvncserver > sys-devel/dev86 >+ ) >+ xenfb? ( >+ x11-proto/xproto >+ net-libs/libvncserver > )" > > RDEPEND="${CDEPEND} >@@ -128,6 +132,10 @@ > (cd tools/ioemu && econf ${myconf}) || die "configure failured" > fi > >+ if use xenfb; then >+ myopt="${myopt} XENFB_TOOLS=y" >+ fi >+ > emake -C tools ${myopt} || die "compile failed" > > if use doc; then >@@ -141,6 +149,10 @@ > src_install() { > local myopt="XEN_PYTHON_NATIVE_INSTALL=1" > >+ if use xenfb; then >+ myopt="${myopt} XENFB_TOOLS=y" >+ fi >+ > make DESTDIR="${D}" -C tools ${myopt} install \ > || die "install failed" > >
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 200717
: 137298