mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
modules: Rename module-rtkit to module-rt
I don't think PipeWire currently has a way to temporarily alias module-rtkit to module-rt though, so right now this would break realtime scheduling for people with modified configs that use module-rtkit.
This commit is contained in:
parent
6fc966f385
commit
2b73c86af5
15 changed files with 24 additions and 25 deletions
|
|
@ -323,7 +323,7 @@ rt_lib = cc.find_library('rt', required : false) # clock_gettime
|
|||
dl_lib = cc.find_library('dl', required : false)
|
||||
pthread_lib = dependency('threads')
|
||||
dbus_dep = dependency('dbus-1', required : get_option('dbus'))
|
||||
summary({'dbus (Bluetooth, rtkit, portal, pw-reserve)': dbus_dep.found()}, bool_yn: true, section: 'Misc dependencies')
|
||||
summary({'dbus (Bluetooth, rt, portal, pw-reserve)': dbus_dep.found()}, bool_yn: true, section: 'Misc dependencies')
|
||||
if dbus_dep.found()
|
||||
cdata.set('HAVE_DBUS', 1)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue