xorg-x11-server/xserver-1.12.2-xorg-touch-test.patch

32 lines
1008 B
Diff
Raw Normal View History

2012-07-18 07:35:25 +00:00
From cb26473121e35fed89050f1514bb37aa48b452ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dan=20Hor=C3=A1k?= <dan@danny.cz>
2012-06-15 11:03:05 +00:00
Date: Fri, 15 Jun 2012 06:25:58 -0400
Subject: [PATCH] build the touch test only when building Xorg
2012-07-18 07:35:25 +00:00
Signed-off-by: Fedora X Ninjas <x@fedoraproject.org>
2012-06-15 11:03:05 +00:00
---
test/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/Makefile.am b/test/Makefile.am
2012-07-18 07:35:25 +00:00
index aa018c9..b323a40 100644
2012-06-15 11:03:05 +00:00
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,11 +1,11 @@
if ENABLE_UNIT_TESTS
SUBDIRS= .
-noinst_PROGRAMS = list string touch
+noinst_PROGRAMS = list string
if XORG
# Tests that require at least some DDX functions in order to fully link
# For now, requires xf86 ddx, could be adjusted to use another
SUBDIRS += xi2
2012-07-18 07:35:25 +00:00
-noinst_PROGRAMS += xkb input xtest misc fixes xfree86 hashtabletest os signal-logging
+noinst_PROGRAMS += xkb input xtest misc fixes xfree86 hashtabletest os signal-logging touch
2012-06-15 11:03:05 +00:00
endif
check_LTLIBRARIES = libxservertest.la
--
2012-07-18 07:35:25 +00:00
1.7.10.4
2012-06-15 11:03:05 +00:00