harfbuzz: security bump to version 1.4.4
[buildroot-gz.git] / package / libminiupnpc / Config.in
blobc2417073920f315526d52122e50d4ea22613a634
1 config BR2_PACKAGE_LIBMINIUPNPC
2         bool "libminiupnpc"
3         depends on !BR2_BINFMT_FLAT
4         depends on !BR2_STATIC_LIBS
5         help
6           The UPnP protocol is supported by most home adsl/cable routers
7           and Microsoft Windows 2K/XP. The aim of the MiniUPnP project is
8           to bring a free software solution to support the "Internet
9           Gateway Device" part of the protocol.
11           Miniupnpc aims at the simplest library possible, with the
12           smallest footprint and no dependencies to other libraries such
13           as XML parsers or HTTP implementations. All the code is pure
14           ANSI C.
16           http://miniupnp.free.fr
18 comment "libminiupnpc needs a toolchain w/ dynamic library"
19         depends on BR2_STATIC_LIBS
20         depends on !BR2_BINFMT_FLAT