summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-11 22:02:03 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-11 22:02:03 +0200
commit1d1c644027bb9263ed154a2aa257941624af4c38 (patch)
tree484a61b83926e6ecd12048a7fc094bebe8163071 /configure.ac
parentdfecc118a2268338a5699b9723812d606d648915 (diff)
osx: make hotkeys working
as a side effect, hotkeys plugin will now be built even if Xlib is not available, so localhotkeys will always work
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 12da0cbe..591b3073 100644
--- a/configure.ac
+++ b/configure.ac
@@ -418,11 +418,11 @@ AS_IF([test "${enable_ffmpeg}" != "no"], [
AS_IF([test "${enable_hotkeys}" != "no"], [
AC_CHECK_HEADER([X11/Xlib.h], HAVE_XLIB_H=yes)
AS_IF([test "${HAVE_XLIB_H}" = "yes"], [
- HAVE_HOTKEYS=yes
HOTKEYS_LIBS="-lX11"
AC_SUBST(HOTKEYS_LIBS)
])
])
+HAVE_HOTKEYS=yes
dnl *** OSS output (partly stolen from audacious)
AS_IF([test "${enable_oss}" != "no"], [