[recipes] Add a dependency on gspell
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Add a dependency on gspell
- Date: Sun, 25 Dec 2016 20:04:45 +0000 (UTC)
commit 23e144ff0315924812bd5a74d8bbaf1e735d2f42
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Dec 25 14:44:27 2016 -0500
Add a dependency on gspell
We will add spell-checking in some of our text fields
in subsequent commits.
configure.ac | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a6d5383..ff454d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,7 +95,10 @@ AX_CHECK_COMPILE_FLAG([-std=gnu11],
dnl ***********************************************************************
dnl Check for required packages
dnl ***********************************************************************
-PKG_CHECK_MODULES(RECIPES, [gio-2.0 >= 2.42 gtk+-3.0 >= 3.20 gnome-autoar-0])
+PKG_CHECK_MODULES(RECIPES, [gio-2.0 >= 2.42
+ gtk+-3.0 >= 3.20
+ gnome-autoar-0
+ gspell-1])
LIBGD_INIT([tagged-entry])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]