[gnome-2048] Add libgames-scores dependency
- From: Juan R. Garcia Blanco <juanrgar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-2048] Add libgames-scores dependency
- Date: Fri, 13 Feb 2015 23:46:14 +0000 (UTC)
commit 120e2c976c72f0f1191b4335b2b41cd16c1d2d66
Author: Juan R. GarcĂa Blanco <juanrgar gmail com>
Date: Sat Feb 14 00:44:14 2015 +0100
Add libgames-scores dependency
configure.ac | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index db0501f..6451d51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,12 +19,14 @@ GTK_REQUIRED=3.12.0
CLUTTER_REQUIRED=1.12.0
CLUTTER_GTK_REQUIRED=0.91.6
GEE_REQUIRED=0.14.0
+LIBGAMES_REQUIRED=0.1
PKG_CHECK_MODULES(GNOME_2048, [
gtk+-3.0 >= $GTK_REQUIRED
clutter-1.0 >= $CLUTTER_REQUIRED
clutter-gtk-1.0 >= $CLUTTER_GTK_REQUIRED
gee-0.8 >= $GEE_REQUIRED
+ libgames-scores >= $LIBGAMES_REQUIRED
])
AC_PATH_PROG([APPDATA_VALIDATE], [appdata-validate], [/bin/true])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]