summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 285bcbc)
raw | patch | inline | side by side (parent: 285bcbc)
author | Max Kellermann <max@duempel.org> | |
Thu, 11 Apr 2013 07:35:30 +0000 (09:35 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Thu, 11 Apr 2013 07:35:30 +0000 (09:35 +0200) |
Required for GRegex.
INSTALL | patch | blob | history | |
configure.ac | patch | blob | history |
index 6f459b77b509ddce77815c4b38730473c68a95dc..2e92e541a35cca4c9b62976d445078cb02b15700 100644 (file)
--- a/INSTALL
+++ b/INSTALL
* a C99 compliant compiler (e.g. gcc)
* libmpdclient 2.2
* ncurses (ncursesw for unicode / wide character support)
- * glib-2.2 (2.4 for NLS support)
+ * GLib 2.14
Configure and compile
diff --git a/configure.ac b/configure.ac
index 30951377def0d6809c3e703196933bd57a4884ff..d1443f069947628c345c61551746582976c77d59 100644 (file)
--- a/configure.ac
+++ b/configure.ac
fi
fi
-dnl Check for glib-2.12
-PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.12],,
- [AC_MSG_ERROR([glib 2.12 is required])])
+dnl Check for GLib
+PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.14],,
+ [AC_MSG_ERROR([glib 2.14 is required])])
dnl Check for libmpdclient 2.2
PKG_CHECK_MODULES([LIBMPDCLIENT], [libmpdclient >= 2.2],,