mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
src/modules/meson.build: fix indentation and remove obsolete comment
Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd@relay.firefox.com>
This commit is contained in:
parent
2b6541f503
commit
d082ec0809
1 changed files with 98 additions and 100 deletions
|
|
@ -175,8 +175,6 @@ pipewire_module_rt = shared_library('pipewire-module-rt', [ 'module-rt.c' ],
|
||||||
|
|
||||||
build_module_rtkit = dbus_dep.found() and (get_option('legacy-rtkit') == true)
|
build_module_rtkit = dbus_dep.found() and (get_option('legacy-rtkit') == true)
|
||||||
if build_module_rtkit
|
if build_module_rtkit
|
||||||
# TODO: This serves as a temporary alias to prevent breaking existing setups
|
|
||||||
# while `module-rtkit` is being migrated to `module-rt`
|
|
||||||
pipewire_module_rtkit = shared_library('pipewire-module-rtkit', [ 'module-rt.c' ],
|
pipewire_module_rtkit = shared_library('pipewire-module-rtkit', [ 'module-rt.c' ],
|
||||||
include_directories : [configinc],
|
include_directories : [configinc],
|
||||||
install : true,
|
install : true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue