[Spice-commits] meson.build subprojects/spice-common
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Thu Aug 29 15:59:09 UTC 2019
meson.build | 1 -
subprojects/spice-common | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
New commits:
commit aed7c51a2357f5af27682c4079ae09d805779ddc
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Thu Aug 29 04:58:22 2019 +0100
build: Fix compatibility with Meson 0.49
The "install" argument for configure_file is available since 0.50.
However this is already "false" if "install_dir" is not provided.
Update also spice-common submodule to import a similar fix for
spice-common module. This brings in the following changes:
Frediano Ziglio (10):
gitignore: Ignore auto generated generated_messages.h file
Do not check for HAVE_CONFIG_H
build: Remove unused git-version-gen file
recorder: Update
build: Disable Celt support by default
codegen: Use has_end_attr instead of has_attr("end")
codegen: Exit with error on error generating C structures
protocol: Removed unneeded type specifications
codegen: Add a check for C structure fields
meson: Remove "install" argument from configure_file
Uri Lublin (2):
ptypes.py: remove useless condition member != None
test-marshallers.proto: ArrayMessage: make space for name
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>
diff --git a/meson.build b/meson.build
index 07dbb70..171a3f6 100644
--- a/meson.build
+++ b/meson.build
@@ -365,7 +365,6 @@ foreach key, value : config_data
endforeach
configure_file(output : 'config.h',
- install : false,
configuration : spice_gtk_config_data)
#
diff --git a/subprojects/spice-common b/subprojects/spice-common
index 5bcfa71..4727c19 160000
--- a/subprojects/spice-common
+++ b/subprojects/spice-common
@@ -1 +1 @@
-Subproject commit 5bcfa711d90839c7c4c50310db67f0d5912a3824
+Subproject commit 4727c19d36b33071928500adaa832ecef6bdd942
More information about the Spice-commits
mailing list