* [Buildroot] [PATCH 1/1] package/pipewire: add optional lv2 support
@ 2022-02-13 1:40 James Hilliard
2022-04-20 21:35 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2022-02-13 1:40 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard
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@gmail.com>
---
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@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/pipewire: add optional lv2 support
2022-02-13 1:40 [Buildroot] [PATCH 1/1] package/pipewire: add optional lv2 support James Hilliard
@ 2022-04-20 21:35 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2022-04-20 21:35 UTC (permalink / raw)
To: James Hilliard; +Cc: buildroot
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@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@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. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-20 21:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-13 1:40 [Buildroot] [PATCH 1/1] package/pipewire: add optional lv2 support James Hilliard
2022-04-20 21:35 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox