initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
config BR2_PACKAGE_MIRACLECAST
bool "miraclecast"
depends on BR2_PACKAGE_SYSTEMD
depends on BR2_TOOLCHAIN_USES_GLIBC
depends on BR2_USE_WCHAR # glib2
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
depends on BR2_USE_MMU # glib2
select BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_GSTREAMER1
select BR2_PACKAGE_READLINE
help
The MiracleCast project provides software to connect external
monitors to your system via Wifi. It is compatible to the
Wifi-Display specification also known as Miracast. MiracleCast
implements the Display-Source as well as Display-Sink side.
https://github.com/albfan/miraclecast
comment "miraclecast needs systemd and a glibc toolchain w/ threads and wchar"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_USE_WCHAR \
|| !BR2_TOOLCHAIN_HAS_THREADS || !BR2_PACKAGE_SYSTEMD