doc/reference/protocols/meson.build

Mon, 13 Nov 2023 21:40:33 -0600

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Mon, 13 Nov 2023 21:40:33 -0600
changeset 42489
0edea2beaa95
parent 42187
fc241db9162d
permissions
-rw-r--r--

Use libraries when generating pkgconfig files

This argument magically Does The Right Thing for both external and subproject
requirements, [though the docs are missing that](https://github.com/mesonbuild/meson/issues/6037#issuecomment-543938956).

Testing Done:
Compiled and checked the `meson-private/*.pc` files seemed alright still.

Reviewed at https://reviews.imfreedom.org/r/2804/

40598
f88830d41330 Add doc alias target when possible.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 39447
diff changeset
1 protocols_doc = []
f88830d41330 Add doc alias target when possible.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 39447
diff changeset
2

mercurial