From 384e435710719a90226b27d3e81e1588438de3b3 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Wed, 30 Dec 2009 03:57:58 +0100 Subject: [PATCH] configure: screensaver modules is for X. Only enable when X window support is wanted. Feel free to adjust. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 430fbb5b98..d7311f489f 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]) -- 2.11.4.GIT