summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2021-07-20 08:10:21 +0300
committerJordan Petridis <jordan@centricular.com>2021-07-28 04:48:13 +0300
commit5b75200cfbbc239d497894835fb3795bd0ef96ef (patch)
treea99ee24045b982b88bd04e0ddcd1359254d6590b /build-aux
parent5a843f350f34a01a7d3928cc3c742163d82c3447 (diff)
downloadgnome-control-center-5b75200cfbbc239d497894835fb3795bd0ef96ef.tar.gz
flatpak: bundle popt for cryptsetup
Starting with GNOME 41, popt is no longer part of the runtime
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/flatpak/org.gnome.Settings.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/build-aux/flatpak/org.gnome.Settings.json b/build-aux/flatpak/org.gnome.Settings.json
index 3495a55c9..751e20e1b 100644
--- a/build-aux/flatpak/org.gnome.Settings.json
+++ b/build-aux/flatpak/org.gnome.Settings.json
@@ -750,6 +750,17 @@
]
},
{
+ "name" : "popt",
+ "buildsystem" : "autotools",
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://github.com/rpm-software-management/popt",
+ "tag" : "popt-1.18-release"
+ }
+ ]
+ },
+ {
"name" : "cryptsetup",
"buildsystem" : "autotools",
"sources" : [