mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
modules: support getting app_id in pw_check_flatpak
Support getting the Flatpak application ID from the .flatpak-info file, similarly as what xdg-desktop-portal does.
This commit is contained in:
parent
5e5339ce6c
commit
3730e54484
6 changed files with 89 additions and 5 deletions
|
|
@ -253,3 +253,7 @@ option('avb',
|
|||
description: 'Enable AVB code',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
option('flatpak',
|
||||
description: 'Enable Flatpak support',
|
||||
type: 'feature',
|
||||
value: 'enabled')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue