Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 920545 Details for
Bug 950761
media-sound/pavucontrol-6.1: automagic dependency on libcanberra-gtk3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Make libcanberra an option (not upstreamable as is)
libcanberra-option.patch (text/plain), 1.01 KB, created by
Alfred Wingate
on 2025-03-10 18:28:59 UTC
(
hide
)
Description:
Make libcanberra an option (not upstreamable as is)
Filename:
MIME Type:
Creator:
Alfred Wingate
Created:
2025-03-10 18:28:59 UTC
Size:
1.01 KB
patch
obsolete
>diff --git a/meson.build b/meson.build >index bc1a300..51e942f 100644 >--- a/meson.build >+++ b/meson.build >@@ -10,7 +10,7 @@ cpp = meson.get_compiler('cpp') > > gtkmm_dep = dependency('gtkmm-4.0', version : '>= 4.0', required : true) > sigcpp_dep = dependency('sigc++-3.0', required : true) >-canberragtk_dep = dependency('libcanberra', version : '>= 0.16', required : false) >+canberragtk_dep = dependency('libcanberra', version : '>= 0.16', required : get_option('libcanberra')) > > libpulse_dep = dependency('libpulse', version : '>= 5.0', required : true) > libpulsemlglib_dep = dependency('libpulse-mainloop-glib', version : '>= 0.9.16', required : true) >diff --git a/meson_options.txt b/meson_options.txt >index 31fe3ba..e45f3bf 100644 >--- a/meson_options.txt >+++ b/meson_options.txt >@@ -1,3 +1,6 @@ > option('lynx', > type : 'boolean', value : true, > description : 'Enable building of the README text file for installation') >+option('libcanberra', >+ type : 'feature', value: 'auto', >+ description : 'TODO') >
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 950761
: 920545