From c8622031beada4805cbfc6cd9e56f3650763c449 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 29 Mar 2012 02:55:42 +0000 Subject: [PATCH] compile again. remove some of dh's stuff! (comment out) SVN revision: 69710 --- src/modules/Makefile.am | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am index 08851a9b5..949fc6303 100644 --- a/src/modules/Makefile.am +++ b/src/modules/Makefile.am @@ -191,14 +191,14 @@ if USE_MODULE_TASKS SUBDIRS += tasks endif -if HAVE_WAYLAND_DRM - SUBDIRS += wl_drm -endif +#if HAVE_WAYLAND_DRM +# SUBDIRS += wl_drm +#endif -if HAVE_WAYLAND_SHELL - SUBDIRS += wl_shell -endif +#if HAVE_WAYLAND_SHELL +# SUBDIRS += wl_shell +#endif -if HAVE_WAYLAND_SCREENSHOT - SUBDIRS += wl_screenshot -endif +#if HAVE_WAYLAND_SCREENSHOT +# SUBDIRS += wl_screenshot +#endif