summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/pkgconfig_var_escaping.md
AgeCommit message (Collapse)Author
2021-07-18Set up the 0.59.0 release.Jussi Pakkanen
2021-05-18pkgconfig: Do not escape custom variablesXavier Claessens
We need to escape space in variables that gets into cflags or libs because otherwise we cannot split compiler args when paths contains spaces. But custom variables are unlikely to be path that gets used in cflags/libs, and escaping them cause regression in GStreamer that use space as separator in a list variable.