[why] Sometimes one want to set the 'Conflicts:' field in .pc files. This is possible by using the 'conflicts' keyword argument in the pkgconfig module. The feature is not documented on mesonbuild.org, though. But a warning is issued: WARNING: Passed invalid keyword argument "conflicts". WARNING: This will become a hard error in the future. History: It has been added along with kwarg 'url' with commitpull/6766/head309041918
pkgconfig: Add missing 'URL' and 'Conflicts' entries Later the kwargs check has been introduced with80d665e8d
Converted some modules. but both 'url' and 'conflicts' were missing. With commit2acf737b
pkgconfig: Document url keyword the 'url' kwarg has been added to the checks, but not 'conflicts'. [how] Add 'conflicts' to the allowed kwargs. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
parent
5c51d4521a
commit
b745769535
2 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue