Commit 2cc3c975 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Revert "xcb: as we require version 1.3, let's at least test in configure for it too."

This reverts commit 4a6e2de2.
parent d4bd159e
...@@ -4064,7 +4064,7 @@ AS_IF([test "${enable_xcb}" != "no"], [ ...@@ -4064,7 +4064,7 @@ AS_IF([test "${enable_xcb}" != "no"], [
PKG_CHECK_MODULES(XPROTO, [xproto]) PKG_CHECK_MODULES(XPROTO, [xproto])
dnl libxcb dnl libxcb
PKG_CHECK_MODULES(XCB, [xcb >= 1.3]) PKG_CHECK_MODULES(XCB, [xcb])
PKG_CHECK_MODULES(XCB_SHM, [xcb-shm]) PKG_CHECK_MODULES(XCB_SHM, [xcb-shm])
VLC_ADD_PLUGIN([xcb]) VLC_ADD_PLUGIN([xcb])
VLC_ADD_PLUGIN([xcb_screen]) VLC_ADD_PLUGIN([xcb_screen])
......
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