summaryrefslogtreecommitdiffstats
path: root/rules/libconfig.in
blob: 5a6ec7e93342ee4e07abffd837955d095b4ad7fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=system_libraries

menuconfig LIBCONFIG
	tristate
	prompt "libconfig                     "
	help
	  C/C++ Configuration File Library

if LIBCONFIG

config LIBCONFIG_CXX
       bool "build and install install libconfig++"

endif