summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2019-11-14 16:57:22 +0100
committerJaroslav Kysela <perex@perex.cz>2019-11-14 17:21:20 +0100
commita0b00a954e12ba9f94f34d80249bcdc222e6d44f (patch)
treefa582e935027e68d2ceda30acd0f985248cbe0b0 /configure.ac
parent4c021697f11dfcf74c68bbc7aed0f660f3c0dcb3 (diff)
downloadalsa-lib-a0b00a954e12ba9f94f34d80249bcdc222e6d44f.tar.gz
ucm: add possibility to keep order of childs for If blocks
Because of the nature of the structured parser, it is not guaranteed that the order of the parsed tree is equal to the lines in the source. Add possibility to insert the If results before or after the selected identifier like: SectionDevice."Speaker" { ... } If.1 { Condition { ... } Before.SectionDevice "Speaker" True { ... } } If.2 { Condition { ... } After.SectionDevice "Speaker" True { ... } } If the "After" or "Before" identifiers are not found, the result is added after the last entry in the block. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions