From 205caf41689832ea4d75c8ac23b9b9d4adeb983e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:45:21 +0200 Subject: Adding debian version 1:43.6-2~deb12u1. Signed-off-by: Daniel Baumann --- debian/patches/build-Look-for-snapd-glib-2.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 debian/patches/build-Look-for-snapd-glib-2.patch (limited to 'debian/patches/build-Look-for-snapd-glib-2.patch') diff --git a/debian/patches/build-Look-for-snapd-glib-2.patch b/debian/patches/build-Look-for-snapd-glib-2.patch new file mode 100644 index 0000000..e3b4793 --- /dev/null +++ b/debian/patches/build-Look-for-snapd-glib-2.patch @@ -0,0 +1,21 @@ +From: Jeremy Bicha +Date: Fri, 26 Aug 2022 08:53:00 -0400 +Subject: build: Look for snapd-glib-2 + +--- + meson.build | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/meson.build b/meson.build +index fb9b9cd..16d24ed 100644 +--- a/meson.build ++++ b/meson.build +@@ -204,7 +204,7 @@ config_h.set10('HAVE_FN_EXPLICIT_BZERO', + enable_snap = get_option('snap') + if enable_snap + snapd_glib_deps = [ +- dependency('snapd-glib', version: '>= 1.57') ++ dependency('snapd-glib-2', version: '>= 1.57') + ] + endif + config_h.set('HAVE_SNAP', enable_snap, -- cgit v1.2.3