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 /xmpp-vala/xmpp-vala.deps | |
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 'xmpp-vala/xmpp-vala.deps')
-rw-r--r-- | xmpp-vala/xmpp-vala.deps | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xmpp-vala/xmpp-vala.deps b/xmpp-vala/xmpp-vala.deps new file mode 100644 index 00000000..97323d51 --- /dev/null +++ b/xmpp-vala/xmpp-vala.deps @@ -0,0 +1,5 @@ +gdk-pixbuf-2.0 +gee-0.8 +gio-2.0 +glib-2.0 +icu-uc |