Opened 14 years ago
Closed 14 years ago
#302 closed enhancement/feature request (fixed)
comma's instead of spaces please for configure options
Reported by: | Udo | Owned by: | KaZeR |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | install | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
To use the svg to png conversion for e.g. Nokia n810 I have to configure navit with:
configure --enable-svg2png-scaling-flag="32 48" --enable-svg2png-scaling-nav="8 16 32 48"
This gives problems with escaping in bitbake/OE/configure. So I'd like yo be able to use:
configure --enable-svg2png-scaling-flag=32,48 --enable-svg2png-scaling-nav=8,16,32,48
Change History (2)
comment:1 Changed 14 years ago by Udo
comment:2 Changed 14 years ago by cp15
- Resolution set to fixed
- Status changed from new to closed
Yes, should work with spaces and commas
Note: See
TracTickets for help on using
tickets.
Appears to be already implemented?