harfbuzz: security bump to version 1.4.4
[buildroot-gz.git] / package / ibrdtnd / Config.in
blobf7f371edfd69520f6b33ed1624eda36e3c60a44e
1 config BR2_PACKAGE_IBRDTND
2         bool "ibrdtnd"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         select BR2_PACKAGE_IBRDTN
6         select BR2_PACKAGE_IBRCOMMON
7         help
8           IBR-DTN is a small dtn application that supports:
9           Bundle Protocol RFC 5050
10           Bundle Security Protocol RFC 6257
12           http://trac.ibr.cs.tu-bs.de/project-cm-2012-ibrdtn
14 comment "ibrdtnd needs a toolchain w/ C++, threads"
15         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS