From fad5f96c01811af7490a071719e4017c019a8d9b Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Wed, 29 Jul 2009 13:50:48 +0100 Subject: Cygwin/X: Only try to build rootless extension if multiwindow extwm mode is being built Rootless extension still needs a bit more work to build successfully for Cygwin/X --- miext/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miext/Makefile.am b/miext/Makefile.am index 73a6577ae..84ab70855 100644 --- a/miext/Makefile.am +++ b/miext/Makefile.am @@ -5,7 +5,7 @@ endif if XQUARTZ SUBDIRS += rootless endif -if XWIN +if XWIN_MULTIWINDOWEXTWM SUBDIRS += rootless endif DIST_SUBDIRS = damage shadow cw rootless -- cgit v1.2.3