[vlc-commits] commit: Fix compiling of xscreensaver plugin (Mika Tiainen )

git at videolan.org git at videolan.org
Mon Oct 25 17:54:07 CEST 2010


vlc | branch: master | Mika Tiainen <mikat at iki.fi> | Sat Oct 23 19:21:13 2010 +0300| [9b2c6f226ab787d8e59c5dcf47ce508475b38d61] | committer: Rémi Denis-Courmont 

Fix compiling of xscreensaver plugin

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9b2c6f226ab787d8e59c5dcf47ce508475b38d61
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 10b2e6c..4b6d1a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3212,7 +3212,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 xcb_x11 xcb_window xcb_screen xcb_apps])
+  VLC_ADD_PLUGIN([xscreensaver xcb_x11 xcb_window xcb_screen xcb_apps])
 
   AS_IF([test "${enable_xvideo}" != "no"], [
     PKG_CHECK_MODULES(XCB_XV, [xcb-xv >= 1.1.90.1], [



More information about the vlc-commits mailing list