diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-12-10 15:39:17 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-12-10 17:56:27 +0200 |
| commit | e674434389249d9b65e6403eb608e4c33d1d48cb (patch) | |
| tree | 922c5a8ecd4a36de0f26c6695a275960d081da14 /docs/markdown/snippets/config-tool-variable-method.md | |
| parent | cbefb57ffe6645cfc469b1a20894bdb7b553f336 (diff) | |
| download | meson-e674434389249d9b65e6403eb608e4c33d1d48cb.tar.gz | |
Updated version number for new release.
Diffstat (limited to 'docs/markdown/snippets/config-tool-variable-method.md')
| -rw-r--r-- | docs/markdown/snippets/config-tool-variable-method.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/markdown/snippets/config-tool-variable-method.md b/docs/markdown/snippets/config-tool-variable-method.md deleted file mode 100644 index 772598262..000000000 --- a/docs/markdown/snippets/config-tool-variable-method.md +++ /dev/null @@ -1,11 +0,0 @@ -# Config-Tool based dependencies gained a method to get arbitrary options - -A number of dependencies (CUPS, LLVM, pcap, WxWidgets, GnuStep) use a config -tool instead of pkg-config. As of this version they now have a -`get_configtool_variable` method, which is analogous to the -`get_pkgconfig_variable` for pkg config. - -```meson -dep_llvm = dependency('LLVM') -llvm_inc_dir = dep_llvm.get_configtool_variable('includedir') -``` |
