xref: /OK3568_Linux_fs/buildroot/package/miraclecast/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_MIRACLECAST
2*4882a593Smuzhiyun	bool "miraclecast"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_SYSTEMD
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_USES_GLIBC
5*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # glib2
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
7*4882a593Smuzhiyun	depends on BR2_USE_MMU # glib2
8*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGLIB2
9*4882a593Smuzhiyun	select BR2_PACKAGE_GSTREAMER1
10*4882a593Smuzhiyun	select BR2_PACKAGE_READLINE
11*4882a593Smuzhiyun	help
12*4882a593Smuzhiyun	  The MiracleCast project provides software to connect external
13*4882a593Smuzhiyun	  monitors to your system via Wifi. It is compatible to the
14*4882a593Smuzhiyun	  Wifi-Display specification also known as Miracast. MiracleCast
15*4882a593Smuzhiyun	  implements the Display-Source as well as Display-Sink side.
16*4882a593Smuzhiyun
17*4882a593Smuzhiyun	  https://github.com/albfan/miraclecast
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuncomment "miraclecast needs systemd and a glibc toolchain w/ threads and wchar"
20*4882a593Smuzhiyun	depends on BR2_USE_MMU
21*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_USE_WCHAR \
22*4882a593Smuzhiyun		|| !BR2_TOOLCHAIN_HAS_THREADS || !BR2_PACKAGE_SYSTEMD
23