meson: Fix find_program and subproject usage
authorNirbheek Chauhan <nirbheek@centricular.com>
Sun, 18 Dec 2022 04:41:54 +0000 (10:11 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Sun, 18 Dec 2022 21:39:11 +0000 (03:09 +0530)
commitcd77936265e4765a5ffc6e13e0f3afaa68cb058b
tree5972675d8136895bae9a533db57e6b36535b600c
parent53c37cfc177d227af5612fff248942b0c0017e0a
meson: Fix find_program and subproject usage

Dummy dependencies are not required to execute a subproject
automatically for providing a program, nor do you need to explicitly
call subproject() to do that.

A `[provide]` section in the wrap file is enough.
docs/reference/meson.build
gtk/meson.build
meson.build
subprojects/gi-docgen.wrap
subprojects/sassc.wrap