Update Pkg-config-files.md [skip ci]

typo: seems that configure_files doesn't exists, maybe you mean configure_file here. [skip ci]
pull/3354/head
scontini76 7 years ago committed by Aleksey Filippov
parent 16c4a3b4f8
commit 1c1277de7c
  1. 2
      docs/markdown/Pkg-config-files.md

@ -1,6 +1,6 @@
# Pkg config files
[Pkg-config](https://en.wikipedia.org/wiki/Pkg-config) is a way for shared libraries to declare the compiler flags needed to use them. There are two different ways of generating Pkg-config files in Meson. The first way is to build them manually with the `configure_files` command. The second way is to use Meson's built in Pkg-config file generator. The difference between the two is that the latter is very simple and meant for basic use cases. The former should be used when you need to provide a more customized solution.
[Pkg-config](https://en.wikipedia.org/wiki/Pkg-config) is a way for shared libraries to declare the compiler flags needed to use them. There are two different ways of generating Pkg-config files in Meson. The first way is to build them manually with the `configure_file` command. The second way is to use Meson's built in Pkg-config file generator. The difference between the two is that the latter is very simple and meant for basic use cases. The former should be used when you need to provide a more customized solution.
In this document we describe the simple generator approach. It is used in the following way.

Loading…
Cancel
Save