From 6263aa137259c652a22664726cd068103730b9cc Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Wed, 10 Feb 2010 22:18:06 +0000 Subject: [PATCH] Hildon needs X11 Needed for XGetWindowAttributes() and XSelectInput() --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 15020b7682..66934f61ec 100644 --- a/configure.ac +++ b/configure.ac @@ -3999,8 +3999,8 @@ AS_IF([test "${enable_hildon}" = "yes"], [ ], [ AC_MSG_WARN(hildon-fm-2 not found) ]) - VLC_ADD_CFLAGS([hildon],[${HILDON_CFLAGS}]) - VLC_ADD_LIBS([hildon],[${HILDON_LIBS}]) + VLC_ADD_CFLAGS([hildon],[${HILDON_CFLAGS} ${X_CFLAGS}]) + VLC_ADD_LIBS([hildon],[${HILDON_LIBS} ${X_LIBS} ${X_PRE_LIBS} -lX11]) VLC_ADD_PLUGIN([hildon]) ALIASES="${ALIASES} mvlc" need_xid_provider="no" -- 2.39.2