linuxOS_AP06/buildroot/package/popt/Config.in
2025-06-03 12:28:32 +08:00

15 lines
267 B
Plaintext

config BR2_PACKAGE_POPT
bool "popt"
help
Popt is a C library for parsing command line parameters.
https://github.com/rpm-software-management/popt
if BR2_PACKAGE_POPT
config BR2_PACKAGE_POPT_STATIC
bool "Enable static"
default y if BR2_STATIC_LIBS
endif