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

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

config EXPAT_V_2_2_1
    bool
    prompt "2.2.1"

config EXPAT_V_2_1_1
    bool
    prompt "2.1.1 (OBSOLETE)"
    depends on OBSOLETE

endchoice

config EXPAT_VERSION
    string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
    default "2.2.1" if EXPAT_V_2_2_1
    default "2.1.1" if EXPAT_V_2_1_1