[gobject-introspection/wip/tingping/meson] WIP
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection/wip/tingping/meson] WIP
- Date: Mon, 23 Oct 2017 10:15:51 +0000 (UTC)
commit c46957c67579f0bd1603e29dc62613aec3a7aa66
Author: Patrick Griffis <tingping tingping se>
Date: Mon Oct 23 06:15:33 2017 -0400
WIP
docs/meson.build | 1 +
examples/meson.build | 3 +++
meson.build | 6 ++++++
3 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/docs/meson.build b/docs/meson.build
new file mode 100644
index 0000000..dafc9a6
--- /dev/null
+++ b/docs/meson.build
@@ -0,0 +1 @@
+install_man('g-ir-compiler.1', 'g-ir-generate.1', 'g-ir-scanner.1')
diff --git a/examples/meson.build b/examples/meson.build
new file mode 100644
index 0000000..6cc214b
--- /dev/null
+++ b/examples/meson.build
@@ -0,0 +1,3 @@
+executable('glib-print', 'glib-print.c',
+ dependencies: girepo_dep,
+)
diff --git a/meson.build b/meson.build
index 9103245..35c561d 100644
--- a/meson.build
+++ b/meson.build
@@ -48,3 +48,9 @@ libffi_dep = dependency('libffi')
subdir('girepository')
subdir('tools')
subdir('giscanner')
+subdir('gir')
+subdir('examples')
+subdir('docs')
+
+install_data('Makefile.introspection', install_dir: join_paths(get_option('datadir'),
'gobject-introspection-1.0'))
+install_data('m4/introspection.m4', install_dir: join_paths(get_option('datadir'), 'aclocal'))
diff --git a/tools/g-ir-tool-template.in b/tools/g-ir-tool-template.in
old mode 100644
new mode 100755
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]