Meson build system

Asked by apostol

I have uploaded a package (https://launchpad.net/~faliagas/+archive/ubuntu/fidlab) which uses the meson build system. The package does not build by the online launchpad builder because the meson build system is not installed by default. How do I get the meson build system installed?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Colin Watson
Solved:
Last query:
Last reply:
Revision history for this message
Colin Watson (cjwatson) said :
#1

You'll need to build-depend on some package that provides it. That's the case for almost all build systems, one way or another.

Revision history for this message
Best Colin Watson (cjwatson) said :
#2

Adding meson to your Build-Depends in debian/control would likely be a good start. You should ideally test-build this sort of thing locally, e.g. using https://wiki.ubuntu.com/SimpleSbuild.

Revision history for this message
apostol (faliagas) said :
#3

Thanks Colin Watson, that solved my question.