From f443f671f2e1691b85dfccda028f2266552d6ebb Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Fri, 3 Apr 2020 10:03:01 +1100 Subject: [PATCH] org.gnome.Geary.yaml: Disable libcanberra in EDS now it is not shipped Fixes CI build. --- org.gnome.Geary.json | 1 + org.gnome.Geary.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json index ee27d564..af59c3da 100644 --- a/org.gnome.Geary.json +++ b/org.gnome.Geary.json @@ -117,6 +117,7 @@ "buildsystem": "cmake-ninja", "config-opts": [ "-DCMAKE_BUILD_TYPE=Release", + "-DENABLE_CANBERRA=OFF", "-DENABLE_EXAMPLES=OFF", "-DENABLE_GOA=ON", "-DENABLE_GOOGLE=OFF", diff --git a/org.gnome.Geary.yaml b/org.gnome.Geary.yaml index e7fef4c9..1d50eedd 100644 --- a/org.gnome.Geary.yaml +++ b/org.gnome.Geary.yaml @@ -137,6 +137,7 @@ modules: buildsystem: cmake-ninja config-opts: - "-DCMAKE_BUILD_TYPE=Release" + - "-DENABLE_CANBERRA=OFF" - "-DENABLE_EXAMPLES=OFF" - "-DENABLE_GOA=ON" - "-DENABLE_GOOGLE=OFF"