[Buildroot] [PATCH 1/1] package/pipewire: add optional lv2 support

Yann E. MORIN yann.morin.1998 at free.fr
Wed Apr 20 21:35:50 UTC 2022


James, All,

On 2022-02-12 18:40 -0700, James Hilliard spake thusly:
> Pipewire supports lv2 via the lilv dependency.
> https://github.com/PipeWire/pipewire/blob/0.3.45/meson.build#L451
> 
> Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/pipewire/pipewire.mk | 10 ++++++++--
>  1 file changed, 8 insertions(+), 2 deletions(-)
> 
> diff --git a/package/pipewire/pipewire.mk b/package/pipewire/pipewire.mk
> index fc521c86ac..2a38db9977 100644
> --- a/package/pipewire/pipewire.mk
> +++ b/package/pipewire/pipewire.mk
> @@ -29,8 +29,7 @@ PIPEWIRE_CONF_OPTS += \
>  	-Dvideotestsrc=enabled \
>  	-Dvolume=enabled \
>  	-Dsession-managers=[] \
> -	-Dlibcanberra=disabled \
> -	-Dlv2=disabled
> +	-Dlibcanberra=disabled
>  
>  ifeq ($(BR2_PACKAGE_DBUS),y)
>  PIPEWIRE_CONF_OPTS += -Ddbus=enabled
> @@ -129,6 +128,13 @@ else
>  PIPEWIRE_CONF_OPTS += -Dlibcamera=disabled
>  endif
>  
> +ifeq ($(BR2_PACKAGE_LILV),y)
> +PIPEWIRE_CONF_OPTS += -Dlv2=enabled
> +PIPEWIRE_DEPENDENCIES += lilv
> +else
> +PIPEWIRE_CONF_OPTS += -Dlv2=disabled
> +endif
> +
>  ifeq ($(BR2_PACKAGE_XLIB_LIBX11),y)
>  PIPEWIRE_CONF_OPTS += -Dx11=enabled
>  PIPEWIRE_DEPENDENCIES += xlib_libX11
> -- 
> 2.25.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list