aboutsummaryrefslogtreecommitdiff
path: root/test cases/common
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2020-07-13 12:52:39 +0400
committerJussi Pakkanen <jpakkane@gmail.com>2020-07-19 17:53:32 +0300
commitaa0d75deaee925b9ceb3d98ef8f5de0167587c71 (patch)
treee5363513b287a0b80eef279499981f0eda762bfe /test cases/common
parent998c78fb0a404f34512414d93b08cf45166be357 (diff)
downloadmeson-aa0d75deaee925b9ceb3d98ef8f5de0167587c71.zip
meson-aa0d75deaee925b9ceb3d98ef8f5de0167587c71.tar.gz
meson-aa0d75deaee925b9ceb3d98ef8f5de0167587c71.tar.bz2
Stabilize keyval module
We have experimented with the module for about a year in a qemu branch (https://wiki.qemu.org/Features/Meson), and we would like to start moving the build system to meson. For that, keyval should have the stability guarantees. Cc: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'test cases/common')
-rw-r--r--test cases/common/222 source set realistic example/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/222 source set realistic example/meson.build b/test cases/common/222 source set realistic example/meson.build
index 106b81d..d986b99 100644
--- a/test cases/common/222 source set realistic example/meson.build
+++ b/test cases/common/222 source set realistic example/meson.build
@@ -9,7 +9,7 @@ if cppid == 'pgi'
endif
ss = import('sourceset')
-keyval = import('unstable-keyval')
+keyval = import('keyval')
zlib = declare_dependency(compile_args: '-DZLIB=1')
another = declare_dependency(compile_args: '-DANOTHER=1')