summaryrefslogtreecommitdiff
path: root/config/companion_libs/expat.in
blob: 1dff4a79d08a5de7eb0861cd67464821abcfbcdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# expat config file

choice
    bool
    prompt "expat version"
# Don't remove next line
# CT_INSERT_VERSION_BELOW

config EXPAT_V_2_1_0
    bool
    prompt "2.1.0"

endchoice

config EXPAT_VERSION
    string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
    default "2.1.0" if EXPAT_V_2_1_0