From eddb995933f7c7cbd50b367e2ae62355d5762aff Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 10 Sep 2025 15:31:00 +0000 Subject: [PATCH] revert b75caaf190e3547b6cac2f414f50f3ed8e1279e3 revert Enable ssh_agent option (Moved to gcr4) --- pkg.info | 1 - source.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 6e85953..65a128c 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,6 @@ name: gcr description: A library for bits of crypto UI and parsing version: 3.41.2 -revision: 2 url: https://gitlab.gnome.org/GNOME/gcr license: LGPL2.1-or-later architecture: any diff --git a/source.sh b/source.sh index 8179d70..200d12c 100644 --- a/source.sh +++ b/source.sh @@ -15,7 +15,7 @@ prepare() { # The build function is executed in the source directory # This function is used to compile the source code build() { - meson setup --prefix=/usr --libdir=/usr/lib --buildtype=release -Dgtk_doc=false build + meson setup --prefix=/usr --libdir=/usr/lib --buildtype=release -Dssh_agent=false -Dgtk_doc=false build meson compile -C build }