diff options
author | Alexander Mikhaylenko <alexm@gnome.org> | 2022-06-29 02:44:19 +0400 |
---|---|---|
committer | Alexander Mikhaylenko <alexm@gnome.org> | 2022-06-29 02:45:03 +0400 |
commit | 992cebc220d2b0c4e79c38103b330d33fa487131 (patch) | |
tree | 88bfde14ed8514bd9fded7836b726629588e3719 /build-aux | |
parent | e74a162b4297ce8f294b53883429a50a591260c6 (diff) | |
download | gnome-contacts-992cebc220d2b0c4e79c38103b330d33fa487131.tar.gz |
flatpak: Update librest build options
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/flatpak/org.gnome.Contacts.Devel.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build-aux/flatpak/org.gnome.Contacts.Devel.json b/build-aux/flatpak/org.gnome.Contacts.Devel.json index dcfdef9..443e854 100644 --- a/build-aux/flatpak/org.gnome.Contacts.Devel.json +++ b/build-aux/flatpak/org.gnome.Contacts.Devel.json @@ -55,10 +55,13 @@ "modules": [ { "name": "librest", + "buildsystem": "meson", + "config-opts": [ + "-Dgtk_doc=false" + ], "sources": [ { "type": "git", - "branch": "librest-0-7", "url": "https://gitlab.gnome.org/GNOME/librest.git" } ] |