From: Jeremy Bicha Date: Sat, 2 Oct 2021 21:35:49 +0000 (-0400) Subject: debian/rules: Build with cloudproviders support (except on Ubuntu) X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~94 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=528e5cf803ded9c15f0358cd0ef8c9470e4ee33d;p=gtk4.git debian/rules: Build with cloudproviders support (except on Ubuntu) Upstream doesn't enable this feature by default or as an auto feature libcloudproviders isn't in Ubuntu main so Ubuntu can't use it yet --- diff --git a/debian/rules b/debian/rules index e8101d501a..91d7cdabbd 100755 --- a/debian/rules +++ b/debian/rules @@ -129,6 +129,8 @@ endif ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes), yes) # Not in main repository configure_flags_deb += -Dcloudproviders=disabled +else +configure_flags_deb += -Dcloudproviders=enabled endif configure_flags_udeb = \