meson/mesonbuild/modules
Peter Hutterer 7ed19902be pkgconfig: add suppport for custom variables during generation
Usage:
    pkgconfig.generate(
      ...
      description : 'A library with custom variables.',
      variables : ['foo=bar', 'datadir=${prefix}/data']
      )

The variables 'prefix', 'libdir' and 'includedir' are reserved, meson will
fail with an error message.

Variables can reference each other with the pkgconfig notation, e.g.

   variables : ['datadir=${prefix}/data',
                'otherdatadir=${datadir}/other']

meson does not check this for correctness or that the referenced variable
exists, we merely keep the same order as specified.
2017-05-11 00:13:30 +03:00
..
__init__.py modules: Start using @SOURCE_ROOT@ and @BUILD_ROOT@ 2017-03-28 14:49:32 +05:30
gnome.py Don't use len() to test emptiness vs not emptiness 2017-05-02 21:57:26 +03:00
i18n.py i18n: Fix handling relative data_dirs 2017-04-29 04:05:20 -04:00
modtest.py There are two different kinds of extensions: modules that create new 2017-01-09 21:11:48 +02:00
pkgconfig.py pkgconfig: add suppport for custom variables during generation 2017-05-11 00:13:30 +03:00
python3.py python3: Add sysconfig_path() method 2017-03-30 09:13:01 -04:00
qt4.py Add an option to dependencies called 'method'. This can be used to 2017-04-09 03:31:39 -04:00
qt5.py Add an option to dependencies called 'method'. This can be used to 2017-04-09 03:31:39 -04:00
rpm.py rpm: Fix missing parenthesis and quotation mark 2017-02-20 12:04:29 -05:00
windows.py Allow specifying windres binary in cross files 2017-04-08 21:08:06 +03:00