[dia: 93/105] #19 review: Rename meson-helpers to build-aux.
- From: Zander <zbrown src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia: 93/105] #19 review: Rename meson-helpers to build-aux.
- Date: Mon, 28 Jan 2019 19:27:09 +0000 (UTC)
commit a75c170904fba79cf4271b50dfecac7322dd9e25
Author: Eduard Nicodei <eddnicodei gmail com>
Date: Thu Jan 24 08:51:55 2019 +0000
#19 review: Rename meson-helpers to build-aux.
- We can host flatpack there in the future as well.
Thanks @bilelmoussaoui!
{meson-helpers => build-aux}/post-install.py | 0
{meson-helpers => build-aux}/windows-bundler.sh | 0
meson.build | 4 ++--
3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson-helpers/post-install.py b/build-aux/post-install.py
similarity index 100%
rename from meson-helpers/post-install.py
rename to build-aux/post-install.py
diff --git a/meson-helpers/windows-bundler.sh b/build-aux/windows-bundler.sh
similarity index 100%
rename from meson-helpers/windows-bundler.sh
rename to build-aux/windows-bundler.sh
diff --git a/meson.build b/meson.build
index 91ab5ce1..6057382b 100644
--- a/meson.build
+++ b/meson.build
@@ -101,8 +101,8 @@ custom_target('run_with_dia_env',
build_by_default: true,
)
-meson.add_install_script('meson-helpers/post-install.py', datadir)
+meson.add_install_script('build-aux/post-install.py', datadir)
if build_machine.system() == 'windows'
- meson.add_install_script('meson-helpers/windows-bundler.sh')
+ meson.add_install_script('build-aux/windows-bundler.sh')
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]