xref: /OK3568_Linux_fs/buildroot/package/ushare/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_USHARE
2*4882a593Smuzhiyun	bool "ushare"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libupnp
4*4882a593Smuzhiyun	# ushare has a completely custom configure script that does
5*4882a593Smuzhiyun	# broken things with library ordering, which breaks static
6*4882a593Smuzhiyun	# linking.
7*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
8*4882a593Smuzhiyun	select BR2_PACKAGE_LIBUPNP
9*4882a593Smuzhiyun	help
10*4882a593Smuzhiyun	  uShare is a UPnP (TM) A/V & DLNA Media Server.
11*4882a593Smuzhiyun	  It implements the server component that provides UPnP media
12*4882a593Smuzhiyun	  devices with information on available multimedia files.
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun	  http://ushare.geexbox.org/
15*4882a593Smuzhiyun
16*4882a593Smuzhiyuncomment "ushare needs a toolchain w/ threads, dynamic library"
17*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
18