projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f769e14
)
debian/rules: Build with cloudproviders support (except on Ubuntu)
author
Jeremy Bicha
<jbicha@debian.org>
Sat, 2 Oct 2021 21:35:49 +0000
(17:35 -0400)
committer
Jeremy Bicha
<jbicha@debian.org>
Sun, 28 Nov 2021 19:48:43 +0000
(19:48 +0000)
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
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index e8101d501a17c48e8c44caa8e936888901e63d21..91d7cdabbd59c5eb398fa5be0addd9884b58cc9f 100755
(executable)
--- 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 = \