5e785a7
From ed61aafc4e2b2856955528ba8142075ce53d6dd9 Mon Sep 17 00:00:00 2001
5e785a7
From: Dan HorĂ¡k <dan@danny.cz>
5e785a7
Date: Fri, 15 Jun 2012 06:25:58 -0400
5e785a7
Subject: [PATCH] build the touch test only when building Xorg
5e785a7
5e785a7
---
5e785a7
 test/Makefile.am |    4 ++--
5e785a7
 1 file changed, 2 insertions(+), 2 deletions(-)
5e785a7
5e785a7
diff --git a/test/Makefile.am b/test/Makefile.am
5e785a7
index 32be00d..93a102a 100644
5e785a7
--- a/test/Makefile.am
5e785a7
+++ b/test/Makefile.am
5e785a7
@@ -1,11 +1,11 @@
5e785a7
 if ENABLE_UNIT_TESTS
5e785a7
 SUBDIRS= .
5e785a7
-noinst_PROGRAMS = list string touch
5e785a7
+noinst_PROGRAMS = list string
5e785a7
 if XORG
5e785a7
 # Tests that require at least some DDX functions in order to fully link
5e785a7
 # For now, requires xf86 ddx, could be adjusted to use another
5e785a7
 SUBDIRS += xi2
5e785a7
-noinst_PROGRAMS += xkb input xtest misc fixes xfree86
5e785a7
+noinst_PROGRAMS += xkb input xtest misc fixes xfree86 touch
5e785a7
 endif
5e785a7
 check_LTLIBRARIES = libxservertest.la
5e785a7
 
5e785a7
-- 
5e785a7
1.7.10.2
5e785a7