[gnome-chess] Keep the list-of-modules in alphabetical order
- From: Sahil Sareen <ssareen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess] Keep the list-of-modules in alphabetical order
- Date: Sun, 6 Dec 2015 08:18:22 +0000 (UTC)
commit d79914f7b5b250510bf18e801d624fc829b1dc75
Author: Sahil Sareen <sahil sareen hotmail com>
Date: Sun Dec 6 13:47:06 2015 +0530
Keep the list-of-modules in alphabetical order
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 34f88bf..499eb06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,21 +28,21 @@ RSVG_REQUIRED=2.32.0
AC_SUBST([GLIB_REQUIRED])
PKG_CHECK_MODULES(GNOME_CHESS, [
- glib-2.0 >= $GLIB_REQUIRED
gio-2.0 >= $GLIB_REQUIRED
+ glib-2.0 >= $GLIB_REQUIRED
gmodule-2.0
gtk+-3.0 >= $GTK_REQUIRED
librsvg-2.0 >= $RSVG_REQUIRED
])
PKG_CHECK_MODULES(LIBCHESS, [
- glib-2.0
gio-2.0
+ glib-2.0
])
PKG_CHECK_MODULES(TEST, [
- glib-2.0
gio-2.0
+ glib-2.0
])
AC_CHECK_HEADERS([linux/prctl.h])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]