diff options
author | hrxi <hrrrxi@gmail.com> | 2023-06-22 00:04:39 +0200 |
---|---|---|
committer | fiaxh <fiaxh@users.noreply.github.com> | 2023-10-06 15:25:12 +0200 |
commit | 62ed82a49535a891acb85a2e7b9d861433db1670 (patch) | |
tree | 82e6c65936e364891d9dcd8400f370ebbc19f077 /meson.build | |
parent | 6eb1b53e60a12f82c8d47a5824bf9cee954ccdc2 (diff) | |
download | dino-62ed82a49535a891acb85a2e7b9d861433db1670.tar.gz dino-62ed82a49535a891acb85a2e7b9d861433db1670.zip |
meson: Install more stuff
Install .vapi, .deps, .h files for the Vala libraries. Also install the
data files. .deps files have to be manually generated, there's a feature
request for automated generation at
https://github.com/mesonbuild/meson/issues/9756.
Import the gnome module globally.
Install dependencies on Meson CI.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build index aea22d57..c4b7fecf 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,8 @@ project('xmpp-vala', 'vala') fs = import('fs') +gnome = import('gnome') +i18n = import('i18n') python = import('python') dep_gdk_pixbuf = dependency('gdk-pixbuf-2.0') |