summaryrefslogtreecommitdiffstats
path: root/package/libupnp/Config.in
blob: 52fa73920326e9c76084495a3165ee581467ff09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config BR2_PACKAGE_LIBUPNP
	bool "libupnp"
	depends on BR2_LARGEFILE
	depends on BR2_TOOLCHAIN_HAS_THREADS
	help
	  The portable SDK for UPnP(tm) Devices (libupnp) provides developers
	  with an API and open source code for building control points,
	  devices, and bridges that are compliant with Version 1.0 of the
	  Universal Plug and Play Device Architecture Specification

	  http://pupnp.sourceforge.net/

comment "libupnp requires a toolchain with LARGEFILE and thread support"
	depends on !(BR2_LARGEFILE && BR2_TOOLCHAIN_HAS_THREADS)