Enable ssh_agent option
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
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
|
||||
|
||||
@@ -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 -Dssh_agent=false -Dgtk_doc=false build
|
||||
meson setup --prefix=/usr --libdir=/usr/lib --buildtype=release -Dgtk_doc=false build
|
||||
meson compile -C build
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user