pkg-meson: new infrastructure
authorEric Le Bihan <eric.le.bihan.dev@free.fr>
Tue, 15 May 2018 19:51:52 +0000 (21:51 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 30 May 2018 19:58:08 +0000 (21:58 +0200)
commit91f7f381063c3d1dba36ff47ab31fe404a03042c
treedfeeaf09c2e918e5c3b57ab529cb8ea93671968e
parentce67f68882f14ac5c7bd5cfefe5bb18f856756d7
pkg-meson: new infrastructure

Add a new infrastructure to ease the development of packages that use Meson as
their build system.

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
[Thomas:
 - move global variables definition outside of the inner-meson-package
   macro
 - for consistency, remove double quote around value passed to meson
   in the host configure step.
 - minor formatting fixes.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Makefile.in
package/pkg-meson.mk [new file with mode: 0644]