From 3019d6dea9e3b091e4e362a381cb353b09011422 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sun, 5 Sep 2010 18:17:35 +0200 Subject: [PATCH 1/1] Configure: warn is panoramix is disabled --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e25c92aaf2..1567851d94 100644 --- a/configure.ac +++ b/configure.ac @@ -3202,7 +3202,9 @@ AS_IF([test "${enable_xcb}" != "no"], [ VLC_ADD_PLUGIN([panoramix]) VLC_ADD_LIBS([panoramix],[${XCB_RANDR_LIBS} ${XCB_LIBS}]) VLC_ADD_CFLAGS([panoramix],[${XCB_RANDR_CFLAGS} ${XCB_CFLAGS}]) - ], [true]) + ], [ + AC_MSG_WARN([libxcb-randr not found. Panoramix filter will not be supported.]) + ]) dnl xcb-utils PKG_CHECK_MODULES(XCB_KEYSYMS, [xcb-keysyms >= 0.3.4], [ -- 2.39.5