[Spice-commits] build-aux/meson meson.build

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Mar 1 10:38:36 UTC 2019


 build-aux/meson/check-spice-common |    5 -----
 meson.build                        |    3 ---
 2 files changed, 8 deletions(-)

New commits:
commit 57645faced7df3056899a3cc68e04cf6a1d567d9
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date:   Tue Feb 19 11:44:04 2019 +0100

    build-sys: remove meson/check-spice-common
    
    This is not necessary, as meson already checks out the git submodules.
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/build-aux/meson/check-spice-common b/build-aux/meson/check-spice-common
deleted file mode 100755
index a0d03a6..0000000
--- a/build-aux/meson/check-spice-common
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-set -e
-if git ls-files --error-unmatch ${MESON_SOURCE_ROOT}/subprojects/spice-common > /dev/null 2>&1; then
-    git --git-dir="${MESON_SOURCE_ROOT}/.git" submodule update --init --recursive
-fi
diff --git a/meson.build b/meson.build
index 1863c52..a707ad2 100644
--- a/meson.build
+++ b/meson.build
@@ -6,9 +6,6 @@ project('spice-gtk', 'c',
          license : 'LGPLv2.1',
          meson_version : '>= 0.49')
 
-message('Updating submodules')
-run_command('build-aux/meson/check-spice-common', check : true)
-
 meson.add_dist_script('sh', '-c', 'echo @0@>"$MESON_DIST_ROOT/.tarball-version"'.format(meson.project_version()))
 
 #


More information about the Spice-commits mailing list