mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
Add pulseaudio gsettings schema
This commit is contained in:
parent
ecf4b071e5
commit
ee42a6868d
2 changed files with 122 additions and 0 deletions
|
|
@ -415,6 +415,13 @@ if gio_dep.found()
|
|||
]
|
||||
pipewire_module_protocol_pulse_deps += gio_dep
|
||||
cdata.set('HAVE_GIO', true)
|
||||
install_data(['module-protocol-pulse/modules/org.freedesktop.pulseaudio.gschema.xml'],
|
||||
install_dir: pipewire_datadir / 'glib-2.0' / 'schemas'
|
||||
)
|
||||
gnome = import('gnome')
|
||||
gnome.post_install(
|
||||
glib_compile_schemas: true
|
||||
)
|
||||
endif
|
||||
|
||||
if flatpak_support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue