build/pkg-config: move pkg-config file creation
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 30 Jun 2020 14:14:30 +0000 (15:14 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 1 Jul 2020 17:30:52 +0000 (19:30 +0200)
commit11a47f9f1cee9ddc99e6ed4d74b8657f4a951c4e
tree273c2f3035781be997f0d999c9452bb624a56552
parentca39d3a801471860a24d1663083779aae4ddbd75
build/pkg-config: move pkg-config file creation

Ahead of changes to rework the file, move the pkg-config file generation to
a new directory under buildtools. This allows the meson code to be
separated out from the main meson.build for simplicity, and also allows any
additional scripts for working with the pkg-config files to be placed there
too.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
Acked-by: Sunil Pai G <sunil.pai.g@intel.com>
MAINTAINERS
buildtools/pkg-config/meson.build [new file with mode: 0644]
meson.build