meson/mesonbuild/modules
Fini Jastrow b745769535 pkgconfig: Document conflicts keyword
[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 commit
  309041918 pkgconfig: Add missing 'URL' and 'Conflicts' entries

Later the kwargs check has been introduced with
  80d665e8d Converted some modules.
but both 'url' and 'conflicts' were missing.

With commit
   2acf737b 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>
2020-03-09 09:10:06 -04:00
..
__init__.py Make use of unholder 2020-03-05 09:58:52 -08:00
cmake.py modules/cmake: Add a found() method to the cmake subproject 2020-02-19 07:07:35 +05:30
dlang.py dlang module: allow all configuration types when generating dub.json 2018-07-16 12:39:29 +01:00
fs.py add FeatureNew 2020-02-06 12:54:38 -05:00
gnome.py Make use of unholder 2020-03-05 09:58:52 -08:00
hotdoc.py hotdoc: work around argparse syntax ambiguity 2019-11-11 22:39:43 +02:00
i18n.py Remove some uses of mesonlib.run_once 2020-03-05 09:31:29 -08:00
modtest.py Updated all modules to work with the new API. 2018-04-15 13:32:38 +05:30
pkgconfig.py pkgconfig: Document conflicts keyword 2020-03-09 09:10:06 -04:00
python.py modules/python: Do not error out if positional args are passed 2020-02-17 00:38:57 +02:00
python3.py Remove cross_info; cross file is parsed up front and discarded 2019-01-02 16:22:47 -05:00
qt.py Merge pull request #6736 from dcbaker/mesonlib-type-annotations 2020-03-08 14:49:23 +02:00
qt4.py dependencies/ui: Allow qt compilers and qmake to be specified in native file 2018-11-14 15:57:37 -08:00
qt5.py dependencies/ui: Allow qt compilers and qmake to be specified in native file 2018-11-14 15:57:37 -08:00
rpm.py rpm: update for host machine compiler API change 2019-12-05 23:07:18 -05:00
sourceset.py sourceset: add all_dependencies() method 2019-08-04 21:44:52 +03:00
unstable_cuda.py Add table entry for CUDA Toolkit 10.2.89. 2019-11-21 13:53:08 -05:00
unstable_icestorm.py Don't use len() to test for container emptiness 2019-04-25 12:28:51 -07:00
unstable_kconfig.py Allow kconfig to read from configure_file() 2019-07-31 21:42:24 +03:00
unstable_simd.py Fix typos found by codespell 2019-11-06 09:55:30 -05:00
windows.py Make use of unholder 2020-03-05 09:58:52 -08:00