linuxOS_AP06/buildroot/package/popt/Config.in

15 lines
267 B
Plaintext
Raw Normal View History

2025-06-03 04:28:32 +00:00
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