All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/1] package/libdatachannel: new package
@ 2023-05-13 15:50 Maksim Kiselev
  2023-05-13 15:50 ` [Buildroot] [PATCH v2 1/1] " Maksim Kiselev
  0 siblings, 1 reply; 3+ messages in thread
From: Maksim Kiselev @ 2023-05-13 15:50 UTC (permalink / raw)
  To: buildroot; +Cc: Maksim Kiselev, Samuel Martin, Yann E . MORIN

This patch adds a new package for libdatachannel.

libdatachannel is an open-source software library implementing WebRTC Data
Channels, WebRTC Media Transport, and WebSockets. It is written in C++17
and offers C bindings.

v2:
  - bump version to 0.18.4
  - added libopenssl dependency
  - added gcc >= 9 dependency (c++ 17 requirement)
  - disabled building of tests and examples 
  - restricted builds for BR2_STATIC_LIBS configs

Maksim Kiselev (1):
  package/libdatachannel: new package

 package/Config.in                          |  1 +
 package/libdatachannel/Config.in           | 10 +++++++
 package/libdatachannel/libdatachannel.hash |  3 ++
 package/libdatachannel/libdatachannel.mk   | 34 ++++++++++++++++++++++
 4 files changed, 48 insertions(+)
 create mode 100644 package/libdatachannel/Config.in
 create mode 100644 package/libdatachannel/libdatachannel.hash
 create mode 100644 package/libdatachannel/libdatachannel.mk

-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-26 19:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-13 15:50 [Buildroot] [PATCH v2 0/1] package/libdatachannel: new package Maksim Kiselev
2023-05-13 15:50 ` [Buildroot] [PATCH v2 1/1] " Maksim Kiselev
2023-08-26 19:58   ` Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.