summaryrefslogtreecommitdiffstats
path: root/rules/libconfig.in
blob: 61b6a49e5ab34010ecbf72e4432a3243c2e53ad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## SECTION=staging
## old section:
### SECTION=system_libraries

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

	  STAGING: remove in ptxdist-2019.05.0
	  Old version that is no longer available for download.
	  Should be updated to a new version.

if LIBCONFIG

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

endif