summaryrefslogtreecommitdiff
path: root/test cases/vala/4 config/meson-something-else.vapi
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2016-11-11 06:12:34 +0530
committerJussi Pakkanen <jpakkane@gmail.com>2016-11-12 13:56:17 -0500
commit085650a1e3769366ac47f7d8a59386ed6d5a1ef5 (patch)
tree406344ab18e2708757534a95cf1b2ec0ff2c39c0 /test cases/vala/4 config/meson-something-else.vapi
parent4cdd22f0944d46e6759be93cd4310e23ee94dd2e (diff)
downloadmeson-085650a1e3769366ac47f7d8a59386ed6d5a1ef5.tar.gz
vala: Implement valac.find_library
Move CCompiler.compile to Compiler.compile so that ValaCompiler can use it. Also rewrite ValaCompiler.sanity_check to use it since it does a simple compile check. At the same time, it enhances ExternalLibrary to support arguments for languages other than C-like. Includes a test for this that links against zlib through Vala. Closes #983
Diffstat (limited to 'test cases/vala/4 config/meson-something-else.vapi')
-rw-r--r--test cases/vala/4 config/meson-something-else.vapi1
1 files changed, 1 insertions, 0 deletions
diff --git a/test cases/vala/4 config/meson-something-else.vapi b/test cases/vala/4 config/meson-something-else.vapi
new file mode 100644
index 000000000..ce2b83a73
--- /dev/null
+++ b/test cases/vala/4 config/meson-something-else.vapi
@@ -0,0 +1 @@
+public const string SOMETHING_ELSE;