38 lines
881 B
Diff
38 lines
881 B
Diff
|
From 56a6a585918f1aa84da244dec803783cd90b92ac Mon Sep 17 00:00:00 2001
|
||
|
From: Dan Horák <dan@danny.cz>
|
||
|
Date: Wed, 29 Jun 2011 15:08:27 +0200
|
||
|
Subject: [PATCH] test subdir requires xorg to be built
|
||
|
|
||
|
Something changed between 20110418 and 20110510 and the test subdir is now
|
||
|
processed. But it needs some libraries that are built as part of xorg driver.
|
||
|
---
|
||
|
Makefile.am | 5 +++--
|
||
|
1 files changed, 3 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/Makefile.am b/Makefile.am
|
||
|
index 62c8d95..bc4091d 100644
|
||
|
--- a/Makefile.am
|
||
|
+++ b/Makefile.am
|
||
|
@@ -38,8 +38,7 @@ SUBDIRS = \
|
||
|
$(GLX_DIR) \
|
||
|
exa \
|
||
|
config \
|
||
|
- hw \
|
||
|
- test
|
||
|
+ hw
|
||
|
|
||
|
if XORG
|
||
|
aclocaldir = $(datadir)/aclocal
|
||
|
@@ -47,6 +46,8 @@ aclocal_DATA = xorg-server.m4
|
||
|
|
||
|
pkgconfigdir = $(libdir)/pkgconfig
|
||
|
pkgconfig_DATA = xorg-server.pc
|
||
|
+
|
||
|
+SUBDIRS += test
|
||
|
endif
|
||
|
|
||
|
EXTRA_DIST = xorg-server.pc.in xorg-server.m4 autogen.sh
|
||
|
--
|
||
|
1.7.4.4
|
||
|
|