Commit 3019d6de authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Configure: warn is panoramix is disabled

parent e101893d
......@@ -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], [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment