revert Enable ssh_agent option (Moved to gcr4)
This commit is contained in:
2025-09-10 15:31:00 +00:00
parent b75caaf190
commit eddb995933
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1,7 +1,6 @@
name: gcr name: gcr
description: A library for bits of crypto UI and parsing description: A library for bits of crypto UI and parsing
version: 3.41.2 version: 3.41.2
revision: 2
url: https://gitlab.gnome.org/GNOME/gcr url: https://gitlab.gnome.org/GNOME/gcr
license: LGPL2.1-or-later license: LGPL2.1-or-later
architecture: any architecture: any
+1 -1
View File
@@ -15,7 +15,7 @@ prepare() {
# The build function is executed in the source directory # The build function is executed in the source directory
# This function is used to compile the source code # This function is used to compile the source code
build() { 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 meson compile -C build
} }