xorg-server: not available with musl on ARM
[buildroot-gz.git] / package / atf / Config.in
blob43a5d4f2c977d29a56e7703a3924e5d8451de3c0
1 config BR2_PACKAGE_ATF
2         bool "atf"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_USE_MMU # fork()
5         help
6           ATF, or Automated Testing Framework, is a collection of
7           libraries to write test programs in C, C++ and POSIX shell.
9           https://github.com/jmmv/atf
11 comment "atf needs a toolchain w/ C++"
12         depends on !BR2_INSTALL_LIBSTDCPP
13         depends on BR2_USE_MMU