build-sys: remove HAL support, it's obsolete since years

This commit is contained in:
Lennart Poettering 2012-05-15 16:06:42 +02:00
parent 08d4f8e2c3
commit 77c5901df2
8 changed files with 2 additions and 1079 deletions

View file

@ -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

View file

@ -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>