From: Christophe Mutricy Date: Wed, 10 Feb 2010 22:18:06 +0000 (+0000) Subject: Hildon needs X11 X-Git-Tag: 1.1.0-ff~189 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6263aa137259c652a22664726cd068103730b9cc;p=vlc Hildon needs X11 Needed for XGetWindowAttributes() and XSelectInput() --- 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"