Accepting request 944017 from home:dimstar:Factory

- Fix parameters passed to meson:
  * access-group, => access_group, system-group => system_group,
    and system-user => system_user for them to actually have an
    effect.

This actually seems to be a big ouch. Meson 0.60 will help avoid such things
Current spec with meson 0.60 fails with
 [   20s] meson.build:1:0: ERROR: Unknown options: "access-group, system-group, system-user"

The parameters were mis-spelled (- instead of _)

OBS-URL: https://build.opensuse.org/request/show/944017
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=252
This commit is contained in:
Ondrej Holecek 2022-01-05 11:31:57 +00:00 committed by Git OBS Bridge
parent 954c153ab6
commit 3ca35697b1
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jan 5 11:22:18 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix parameters passed to meson:
* access-group, => access_group, system-group => system_group,
and system-user => system_user for them to actually have an
effect.
-------------------------------------------------------------------
Thu Dec 30 10:02:56 CET 2021 - tiwai@suse.de

View File

@ -351,9 +351,9 @@ System user for PulseAudio
-Dhal-compat=false \
-Dgsettings=enabled \
-Ddoxygen=false \
-Dsystem-user=pulse \
-Dsystem-group=pulse \
-Daccess-group=pulse-access \
-Dsystem_user=pulse \
-Dsystem_group=pulse \
-Daccess_group=pulse-access \
-Drunning-from-build-tree=false \
-Dpulsedsp-location='%{_prefix}/\$LIB/pulseaudio' \
-Dudevrulesdir="%{_udevrulesdir}" \