From 1594fb912996e9776d9e36383bd1d9f5dd2877eb Mon Sep 17 00:00:00 2001
From: Adam Jackson <ajax@redhat.com>
Date: Tue, 2 Jun 2015 13:58:30 -0400
Subject: [PATCH] rootless: Build unconditionally

It's not a lot of code, and if you're doing things to the core that
affect rootless you should be alerted early.

Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
---
 miext/Makefile.am | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/miext/Makefile.am b/miext/Makefile.am
index b84adc12b3..add4d18b03 100644
--- a/miext/Makefile.am
+++ b/miext/Makefile.am
@@ -1,8 +1 @@
-SUBDIRS = sync damage shadow
-if XQUARTZ
-SUBDIRS += rootless
-endif
-if XWIN_MULTIWINDOWEXTWM
-SUBDIRS += rootless
-endif
-DIST_SUBDIRS = sync damage shadow rootless
+SUBDIRS = sync damage shadow rootless
-- 
GitLab