[vlc-devel] commit: configure: screensaver modules is for X. (Pierre d'Herbemont )
git version control
git at videolan.org
Wed Dec 30 04:58:11 CET 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Wed Dec 30 03:57:58 2009 +0100| [384e435710719a90226b27d3e81e1588438de3b3] | committer: Pierre d'Herbemont
configure: screensaver modules is for X.
Only enable when X window support is wanted.
Feel free to adjust.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=384e435710719a90226b27d3e81e1588438de3b3
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 430fbb5..d7311f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1303,7 +1303,6 @@ dnl
dnl Some plugins aren't useful on some platforms
dnl
if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
- VLC_ADD_PLUGIN([screensaver])
VLC_ADD_PLUGIN([motion])
VLC_ADD_PLUGIN([dynamicoverlay])
VLC_ADD_PLUGIN([signals])
@@ -3630,6 +3629,7 @@ AS_IF([test "${enable_xcb}" != "no"], [
dnl libxcb
PKG_CHECK_MODULES(XCB, [xcb])
PKG_CHECK_MODULES(XCB_SHM, [xcb-shm])
+ VLC_ADD_PLUGIN([screensaver])
VLC_ADD_PLUGIN([xcb_x11])
VLC_ADD_PLUGIN([xcb_screen])
VLC_ADD_PLUGIN([xcb_apps])
More information about the vlc-devel
mailing list