From 0a9d348fd8e9672185dfebefd52e3dfeaa8c68cd Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Tue, 14 Apr 2015 10:25:33 +0300 Subject: Remove weston-screensaver This removes the weston-screensaver client. Screensavers are not so useful, DPMS is much better. This example has existed here for a good while, and things that we could learn from it have been learnt. Nowadays this is just dead weigth, which is usually not even compiled, because it depends on both cairo-gl and GLU. Removing it removes the only possible dependency to GLU and one user of cairo-gl. Now the last user of cairo-gl is gears (clients/nested.c uses cairo-glesv2). Support for screensavers is still left in desktop-shell, so external projects can still have their screensavers if they want. Signed-off-by: Pekka Paalanen Acked-by: Giulio Camuffo --- Makefile.am | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6b2d6c71..39f1f8c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -700,26 +700,6 @@ demo_clients += weston-gears weston_gears_SOURCES = clients/gears.c weston_gears_LDADD = libtoytoolkit.la weston_gears_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS) - -if HAVE_GLU -libexec_PROGRAMS += weston-screensaver -weston_screensaver_SOURCES = \ - clients/wscreensaver.c \ - clients/wscreensaver.h \ - clients/wscreensaver-glue.c \ - clients/wscreensaver-glue.h \ - clients/glmatrix.c \ - clients/matrix3.xpm \ - shared/helpers.h -nodist_weston_screensaver_SOURCES = \ - protocol/desktop-shell-client-protocol.h \ - protocol/desktop-shell-protocol.c - -weston_screensaver_LDADD = libtoytoolkit.la $(GLU_LIBS) -weston_screensaver_CFLAGS = $(AM_CFLAGS) $(GLU_CFLAGS) $(CLIENT_CFLAGS) - -endif - endif endif -- cgit v1.2.1