mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-01-01 11:08:43 -05:00
portal: add portal module again
Add this again for now until we can integrate this into the session manager somehow.
This commit is contained in:
parent
0bb3de0dca
commit
9e6a047788
3 changed files with 793 additions and 0 deletions
|
|
@ -34,6 +34,14 @@ pipewire_module_rtkit = shared_library('pipewire-module-rtkit', [ 'module-rtkit.
|
|||
install_rpath: modules_install_dir,
|
||||
dependencies : [dbus_dep, mathlib, dl_lib, pipewire_dep],
|
||||
)
|
||||
pipewire_module_portal = shared_library('pipewire-module-portal', [ 'module-portal.c' ],
|
||||
c_args : pipewire_module_c_args,
|
||||
include_directories : [configinc, spa_inc],
|
||||
install : true,
|
||||
install_dir : modules_install_dir,
|
||||
install_rpath: modules_install_dir,
|
||||
dependencies : [dbus_dep, mathlib, dl_lib, pipewire_dep],
|
||||
)
|
||||
endif
|
||||
|
||||
pipewire_module_client_node = shared_library('pipewire-module-client-device',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue