* [Buildroot] [PATCH v2 1/1] package/vlc: add optional dependency to libupnp18
@ 2017-12-17 12:18 Bernd Kuhls
2017-12-18 8:55 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2017-12-17 12:18 UTC (permalink / raw)
To: buildroot
Upstream added support for libupnp-1.8:
http://git.videolan.org/?p=vlc/vlc-2.2.git;a=commit;h=825dca78be3a81e2a1c5d04137aa01b1cb32dfd3
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
v2: vlc can be used both with libupnp-1.6 and libupnp-1.8 (Thomas)
For build-testing http://patchwork.ozlabs.org/patch/849606/ was used
package/vlc/vlc.mk | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk
index 30520c3072..febd9e0319 100644
--- a/package/vlc/vlc.mk
+++ b/package/vlc/vlc.mk
@@ -288,6 +288,13 @@ else
VLC_CONF_OPTS += --disable-upnp
endif
+ifeq ($(BR2_PACKAGE_LIBUPNP18),y)
+VLC_CONF_OPTS += --enable-upnp
+VLC_DEPENDENCIES += libupnp18
+else
+VLC_CONF_OPTS += --disable-upnp
+endif
+
ifeq ($(BR2_PACKAGE_LIBVNCSERVER),y)
VLC_CONF_OPTS += --enable-vnc
VLC_DEPENDENCIES += libvncserver
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v2 1/1] package/vlc: add optional dependency to libupnp18
2017-12-17 12:18 [Buildroot] [PATCH v2 1/1] package/vlc: add optional dependency to libupnp18 Bernd Kuhls
@ 2017-12-18 8:55 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-12-18 8:55 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 17 Dec 2017 13:18:45 +0100, Bernd Kuhls wrote:
> Upstream added support for libupnp-1.8:
> http://git.videolan.org/?p=vlc/vlc-2.2.git;a=commit;h=825dca78be3a81e2a1c5d04137aa01b1cb32dfd3
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> v2: vlc can be used both with libupnp-1.6 and libupnp-1.8 (Thomas)
> For build-testing http://patchwork.ozlabs.org/patch/849606/ was used
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-18 8:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-17 12:18 [Buildroot] [PATCH v2 1/1] package/vlc: add optional dependency to libupnp18 Bernd Kuhls
2017-12-18 8:55 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox