[glib-networking: 36/129] Move helper build scripts out of the way
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking: 36/129] Move helper build scripts out of the way
- Date: Sat, 2 Feb 2019 22:46:25 +0000 (UTC)
commit cd3a2e5e01d01294b32e8368ddd523cc09c62a71
Author: Paolo Borelli <pborelli gnome org>
Date: Sat Apr 22 19:19:49 2017 +0200
Move helper build scripts out of the way
meson.build | 4 ++--
meson_detect_certificates.py => mesonscripts/detect_certificates.py | 0
meson_post_install.py => mesonscripts/post_install.py | 0
3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index ea809e7..aa3b373 100644
--- a/meson.build
+++ b/meson.build
@@ -97,7 +97,7 @@ if with_openssl
message('CA certificates disabled')
else
if ca_certificates == ''
- detect_certificates = run_command(join_paths(meson.source_root(), 'meson_detect_certificates.py'))
+ detect_certificates = run_command(join_paths(meson.source_root(), 'mesonscripts',
'detect_certificates.py'))
if detect_certificates.returncode() == 1
error('Could not find certificates. Use --with-ca-certificates=path to set, or
--with-ca-certificates=no to disable it')
@@ -123,4 +123,4 @@ subdir('tls/openssl')
subdir('tls/tests')
subdir('po')
-meson.add_install_script('meson_post_install.py')
+meson.add_install_script(join_paths('mesonscripts', 'post_install.py'))
diff --git a/meson_detect_certificates.py b/mesonscripts/detect_certificates.py
similarity index 100%
rename from meson_detect_certificates.py
rename to mesonscripts/detect_certificates.py
diff --git a/meson_post_install.py b/mesonscripts/post_install.py
similarity index 100%
rename from meson_post_install.py
rename to mesonscripts/post_install.py
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]