slang: make install-static do install-pkgconfig
[buildroot-gz.git] / package / ibrdtn-tools / Config.in
blob91419d67696db32caebd75149e67c9f477ebc6c3
1 config BR2_PACKAGE_IBRDTN_TOOLS
2         bool "ibrdtn-tools"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         select BR2_PACKAGE_IBRCOMMON
6         select BR2_PACKAGE_IBRDTN
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 "ibrdtn-tools needs a toolchain w/ C++, threads"
15         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS