blob: b4e1acef6ee5de7a75f7ad28ea5721d4c09a8bcb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- vlc-2.0.0-rc1.orig/modules/misc/Modules.am
+++ vlc-2.0.0-rc1/modules/misc/Modules.am
@@ -26,14 +26,9 @@
libxdg_screensaver_plugin_la_CFLAGS = $(AM_CFLAGS)
libxdg_screensaver_plugin_la_LIBADD = $(AM_LIBADD)
libxdg_screensaver_plugin_la_DEPENDENCIES =
-libxscreensaver_plugin_la_SOURCES = inhibit/xscreensaver.c
-libxscreensaver_plugin_la_CFLAGS = $(AM_CFLAGS)
-libxscreensaver_plugin_la_LIBADD = $(AM_LIBADD)
-libxscreensaver_plugin_la_DEPENDENCIES =
if HAVE_XCB
libvlc_LTLIBRARIES += \
- libxdg_screensaver_plugin.la \
- libxscreensaver_plugin.la
+ libxdg_screensaver_plugin.la
endif
libmce_plugin_la_SOURCES = inhibit/mce.c
|