summaryrefslogtreecommitdiff
path: root/gi
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-05-03 10:13:41 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-05-03 10:32:33 +0200
commitc77474fcdab71e2672c11169a820a7ad48d51eee (patch)
treedde60cbcdbe4e11635d207402474245690a0947a /gi
parent9a1d70b4edb59f64ee4ede6a7c7bb8771886694e (diff)
downloadpygobject-c77474fcdab71e2672c11169a820a7ad48d51eee.tar.gz
meson: install _gtktemplate.py
Diffstat (limited to 'gi')
-rw-r--r--gi/meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/gi/meson.build b/gi/meson.build
index c59c5a1e..089850fa 100644
--- a/gi/meson.build
+++ b/gi/meson.build
@@ -44,9 +44,11 @@ headers = [
install_headers(headers, subdir : 'pygobject-@0@'.format(platform_version))
python_sources = [
+ '_compat.py',
'_constants.py',
'docstring.py',
'_error.py',
+ '_gtktemplate.py',
'importer.py',
'__init__.py',
'module.py',
@@ -56,7 +58,7 @@ python_sources = [
'pygtkcompat.py',
'_signalhelper.py',
'types.py',
- '_compat.py']
+]
python.install_sources(python_sources,
pure : false,