From 17eb224aa7e7af17b50c39a224db54f895af578d Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 27 Apr 2021 12:19:58 -0700 Subject: interpreter: Automatically add 'c' to languages when 'vala' is used This is so dumb, we can just insert C for you without you having to know that you're using C under the hood. This is nicer because: 1) Meson doesn't make the user add a language they're not explicitly using 2) If there was ever an implementaiton of Vala that didn't use C as it's assembly language, this wouldn't make any sense. --- docs/markdown/snippets/vala-no-longer-requires-c.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/markdown/snippets/vala-no-longer-requires-c.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/vala-no-longer-requires-c.md b/docs/markdown/snippets/vala-no-longer-requires-c.md new file mode 100644 index 0000000..5744877 --- /dev/null +++ b/docs/markdown/snippets/vala-no-longer-requires-c.md @@ -0,0 +1,4 @@ +## Using Vala no longer requires C in the project languages + +Meson will now add C automatically. Since the use of C is an implementation +detail of Vala, Meson shouldn't require users to add it. -- cgit v1.1