From 7112a75378eae33fafb114cc7b8efafa2abc0d39 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 27 Oct 2013 18:20:23 +0100 Subject: removed gtkglext requirement from README; fixed xlib requirement to be non-optional for hotkeys on X11 systems --- configure.ac | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0a3e2050..1cf6f08a 100644 --- a/configure.ac +++ b/configure.ac @@ -424,9 +424,14 @@ AS_IF([test "${enable_hotkeys}" != "no"], [ AS_IF([test "${HAVE_XLIB_H}" = "yes"], [ HOTKEYS_LIBS="-lX11" AC_SUBST(HOTKEYS_LIBS) + HAVE_HOTKEYS=yes ]) ]) -HAVE_HOTKEYS=yes + +dnl no support for global hotkeys on osx, but plugin will work anyway +AS_IF([test "${OS_OSX}" = "yes"], [ + HAVE_HOTKEYS=yes +]) dnl *** OSS output (partly stolen from audacious) AS_IF([test "${enable_oss}" != "no"], [ -- cgit v1.2.3