summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 44a10bb)
raw | patch | inline | side by side (parent: 44a10bb)
author | Max Kellermann <max.kellermann@gmail.com> | |
Sun, 19 Mar 2017 10:31:53 +0000 (11:31 +0100) | ||
committer | Max Kellermann <max.kellermann@gmail.com> | |
Sun, 19 Mar 2017 10:31:53 +0000 (11:31 +0100) |
INSTALL | patch | blob | history | |
configure.ac | patch | blob | history |
index 30ec307778842ea404aa7e5414a6e0fb2aa3fe18..04cea2ab344bd980eeec5a25b981e928a0098068 100644 (file)
--- a/INSTALL
+++ b/INSTALL
* a C99 compliant compiler (e.g. gcc)
* libmpdclient 2.9
* ncurses (ncursesw for unicode / wide character support)
- * GLib 2.14
+ * GLib 2.30
Configure and compile
diff --git a/configure.ac b/configure.ac
index e2791a5b27636a975cbdeae92d5d5750b6d75244..3676ffcd720791554b3800579fb562d201beb702 100644 (file)
--- a/configure.ac
+++ b/configure.ac
fi
dnl Check for GLib
-PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.14],,
- [AC_MSG_ERROR([glib 2.14 is required])])
+PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.30],,
+ [AC_MSG_ERROR([glib 2.30 is required])])
dnl Check for libmpdclient 2.9
PKG_CHECK_MODULES([LIBMPDCLIENT], [libmpdclient >= 2.9],,