Skip to content

meson: fix up wrong escaping of variables in .pc file and missing variables in -uninstalled.pc file

Obviously a bit of a hack, but maybe ok as a workaround for now?


Workaround for pkg.generate() escaping spaces in pc variables that shouldn't be escaped. Perhaps going back to configure_file() would be a better option though.

Fixes #884 (closed)

Edited by Tim-Philipp Müller

Merge request reports