From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: James Hilliard <james.hilliard1@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/pipewire: add optional lv2 support
Date: Wed, 20 Apr 2022 23:35:50 +0200 [thread overview]
Message-ID: <20220420213550.GM2730@scaer> (raw)
In-Reply-To: <20220213014024.1868278-1-james.hilliard1@gmail.com>
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
prev parent reply other threads:[~2022-04-20 21:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220420213550.GM2730@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=james.hilliard1@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox