[vlc-devel] commit: Hildon needs X11 (Christophe Mutricy )
git version control
git at videolan.org
Thu Feb 11 00:40:42 CET 2010
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Wed Feb 10 22:18:06 2010 +0000| [6263aa137259c652a22664726cd068103730b9cc] | committer: Christophe Mutricy
Hildon needs X11
Needed for XGetWindowAttributes() and XSelectInput()
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6263aa137259c652a22664726cd068103730b9cc
---
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 15020b7..66934f6 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"
More information about the vlc-devel
mailing list