Config.in 257 B

12345678
  1. config BR2_PACKAGE_ARGP_STANDALONE
  2. bool "argp-standalone"
  3. # glibc provides its own argp implementation.
  4. depends on !BR2_TOOLCHAIN_USES_GLIBC
  5. help
  6. Glibc hierarchical argument parsing standalone library.
  7. https://github.com/ericonr/argp-standalone/