[vlc-devel] [PATCH 20/23] HACK: always check for DBus, so osso.h compiles
Rémi Denis-Courmont
remi at remlab.net
Sat Oct 3 19:52:27 CEST 2009
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0d549b3..a709f87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4943,6 +4943,7 @@ AC_LANG_POP(C++)
AM_CONDITIONAL(BUILD_MOZILLA,${mozilla})
dnl Tests for Osso and Xsp
+PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.0.0])
AC_CHECK_LIB(osso, osso_display_blanking_pause, [
PKG_CHECK_MODULES(GLIB2, glib-2.0, [
VLC_ADD_CPPFLAGS([xvmc glx],[-DHAVE_OSSO ${DBUS_CFLAGS} ${GLIB2_CFLAGS}])
--
1.6.4.3
More information about the vlc-devel
mailing list