From a2cac72d9bcbe8d31dc591992964599c5664ba66 Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Tue, 15 Nov 2022 18:16:29 -0600 Subject: Change `unstable_external_project` to `unstable-external_project` Apparently this is a misspelling even though it has been in the docs since the creation of the module. --- docs/markdown/External-Project-module.md | 2 +- docs/markdown/Release-notes-for-0.56.0.md | 4 ++-- docs/markdown/Release-notes-for-0.57.0.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/markdown/External-Project-module.md b/docs/markdown/External-Project-module.md index f0bf2f7e5..615c6c117 100644 --- a/docs/markdown/External-Project-module.md +++ b/docs/markdown/External-Project-module.md @@ -114,7 +114,7 @@ project('My Autotools Project', 'c', meson_version : '>=0.56.0', ) -mod = import('unstable_external_project') +mod = import('unstable-external_project') p = mod.add_project('configure', configure_options : ['--prefix=@PREFIX@', diff --git a/docs/markdown/Release-notes-for-0.56.0.md b/docs/markdown/Release-notes-for-0.56.0.md index 368681fe6..782bb39bf 100644 --- a/docs/markdown/Release-notes-for-0.56.0.md +++ b/docs/markdown/Release-notes-for-0.56.0.md @@ -281,7 +281,7 @@ the default compiler. ## External projects -A new experimental module `unstable_external_project` has been added +A new experimental module `unstable-external_project` has been added to build code using other build systems than Meson. Currently only supporting projects with a configure script that generates Makefiles. @@ -290,7 +290,7 @@ project('My Autotools Project', 'c', meson_version : '>=0.56.0', ) -mod = import('unstable_external_project') +mod = import('unstable-external_project') p = mod.add_project('configure', configure_options : ['--prefix=@PREFIX@', diff --git a/docs/markdown/Release-notes-for-0.57.0.md b/docs/markdown/Release-notes-for-0.57.0.md index f16cf2404..69117640e 100644 --- a/docs/markdown/Release-notes-for-0.57.0.md +++ b/docs/markdown/Release-notes-for-0.57.0.md @@ -128,7 +128,7 @@ can be passed dependencies returned by `declare_dependency`, as long as they only specify compiler/linker arguments or other dependencies that satisfy the same requirements. -## `unstable_external_project` improvements +## `unstable-external_project` improvements - Default arguments are added to `add_project()` in case some tags are not found in `configure_options`: `'--prefix=@PREFIX@'`, `'--libdir=@PREFIX@/@LIBDIR@'`, -- cgit v1.2.3