mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
build-sys: remove HAL support, it's obsolete since years
This commit is contained in:
parent
08d4f8e2c3
commit
77c5901df2
8 changed files with 2 additions and 1079 deletions
|
|
@ -68,14 +68,10 @@ ifelse(@HAVE_UDEV@, 1, [dnl
|
|||
.ifexists module-udev-detect@PA_SOEXT@
|
||||
load-module module-udev-detect
|
||||
.else
|
||||
], @HAVE_HAL@, 1, [dnl
|
||||
.ifexists module-hal-detect@PA_SOEXT@
|
||||
load-module module-hal-detect
|
||||
.else
|
||||
], [dnl
|
||||
.ifexists module-detect@PA_SOEXT@
|
||||
])dnl
|
||||
### Use the static hardware detection module (for systems that lack udev/hal support)
|
||||
### Use the static hardware detection module (for systems that lack udev support)
|
||||
load-module module-detect
|
||||
.endif
|
||||
|
||||
|
|
|
|||
|
|
@ -28,10 +28,6 @@ USA.
|
|||
|
||||
<policy user="pulse">
|
||||
<allow own="org.pulseaudio.Server"/>
|
||||
|
||||
<!-- Allow pulseaudio to talk to HAL for device detection -->
|
||||
<allow send_destination="org.freedesktop.Hal" send_interface="org.freedesktop.Hal.Manager"/>
|
||||
<allow send_destination="org.freedesktop.Hal" send_interface="org.freedesktop.Hal.Device"/>
|
||||
</policy>
|
||||
|
||||
</busconfig>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue