Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 273489 Details for
Bug 360163
net-libs/xulrunner-2.0 needs alsa even with '-alsa' on certain useflags combinations
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Finish alsa fixup part 2
fix-alsa-breakage.patch (text/plain), 817 bytes, created by
Jory A. Pratt
on 2011-05-16 20:01:29 UTC
(
hide
)
Description:
Finish alsa fixup part 2
Filename:
MIME Type:
Creator:
Jory A. Pratt
Created:
2011-05-16 20:01:29 UTC
Size:
817 bytes
patch
obsolete
>--- a/dom/ipc/Makefile.in 2011-04-14 00:28:25.000000000 -0500 >+++ b/dom/ipc/Makefile.in 2011-05-16 14:57:49.536887240 -0500 >@@ -56,8 +56,6 @@ > EXPORTS_NAMESPACES = mozilla/dom > > EXPORTS_mozilla/dom = \ >- AudioChild.h \ >- AudioParent.h \ > ContentChild.h \ > ContentParent.h \ > ContentProcess.h \ >@@ -68,8 +66,6 @@ > $(NULL) > > CPPSRCS = \ >- AudioChild.cpp \ >- AudioParent.cpp \ > ContentProcess.cpp \ > ContentParent.cpp \ > ContentChild.cpp \ >@@ -79,6 +75,17 @@ > TabMessageUtils.cpp \ > $(NULL) > >+ifdef MOZ_SYDNEYAUDIO >+EXPORTS_mozilla/dom += \ >+ AudioChild.h \ >+ AudioParent.h \ >+ $(NULL) >+CPPSRCS += \ >+ AudioChild.cpp \ >+ AudioParent.cpp \ >+ $(NULL) >+endif >+ > include $(topsrcdir)/config/config.mk > include $(topsrcdir)/ipc/chromium/chromium-config.mk > include $(topsrcdir)/config/rules.mk
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 360163
:
267003
|
267005
|
267929
|
268071
|
273489
|
273505