]> git.sesse.net Git - vlc/blobdiff - configure.ac
podcast: implement "live" podcast item removal
[vlc] / configure.ac
index 28a9baa82e01d9554a1df5fd958ec92f111d0d5c..94da05acad5f0072de4cbb7aac1666dc2b4db2d0 100644 (file)
@@ -3658,6 +3658,7 @@ AS_IF([test "${enable_xcb}" != "no"], [
   PKG_CHECK_MODULES(XCB_SHM, [xcb-shm])
   VLC_ADD_PLUGIN([xcb_x11])
   VLC_ADD_PLUGIN([xcb_screen])
+  VLC_ADD_PLUGIN([xcb_apps])
   VLC_SET_CFLAGS_WERROR([xcb_screen], [-Wno-error=uninitialized]) # some gcc report a warning which doesn't reveal an error
 
   AS_IF([test "${enable_xvideo}" != "no"], [