[gnome-boxes] configure: Require libsecret
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] configure: Require libsecret
- Date: Mon, 30 Jan 2017 15:11:29 +0000 (UTC)
commit 9d99c5a1bb56119022e5f71ecc88d029c4332461
Author: Debarshi Ray <debarshir gnome org>
Date: Mon Jan 30 14:37:16 2017 +0100
configure: Require libsecret
In the following patch, we will need libsecret to store the user
passwords during an express installation.
https://bugzilla.gnome.org/show_bug.cgi?id=777788
configure.ac | 1 +
src/Makefile.am | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5a0dc71..1003480 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,6 +73,7 @@ PKG_CHECK_MODULES(BOXES, [
gobject-introspection-1.0 >= $GOBJECT_INTROSPECTION_MIN_VERSION
gtk+-3.0 >= $GTK_MIN_VERSION
gtk-vnc-2.0 >= $GTK_VNC_MIN_VERSION
+ libsecret-1
libvirt-gobject-1.0 >= $LIBVIRT_GLIB_MIN_VERSION
libvirt-gconfig-1.0 >= $LIBVIRT_GCONFIG_MIN_VERSION
libxml-2.0 >= $LIBXML2_MIN_VERSION
diff --git a/src/Makefile.am b/src/Makefile.am
index 48a2bea..5323d52 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,6 +32,7 @@ AM_VALAFLAGS = \
--pkg gtk-vnc-2.0 \
--pkg gudev-1.0 \
--pkg libarchive \
+ --pkg libsecret-1 \
--pkg libsoup-2.4 \
--pkg libosinfo-1.0 \
--pkg libvirt-gconfig-1.0 \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]