summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Bender <pebender@gmail.com>2008-06-24 10:44:47 -0400
committerAdam Jackson <ajax@redhat.com>2008-06-24 10:44:47 -0400
commit4c4e06af7950df509fa02099788be66cf37a4d01 (patch)
treef2572f3373e6bc7363a2b2d15dac4c15d2754a2d
parent59510a76436c739fd9421f01cc4210607d9e7f57 (diff)
Bug #15665: Fix building without Composite.
-rw-r--r--hw/xfree86/xaa/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/xaa/Makefile.am b/hw/xfree86/xaa/Makefile.am
index 58c8e885f..bd8267ad8 100644
--- a/hw/xfree86/xaa/Makefile.am
+++ b/hw/xfree86/xaa/Makefile.am
@@ -9,7 +9,9 @@ MSB_3_FIXED = mf3-xaaBitmap.c mf3-xaaStipple.c
POLYSEG = s-xaaLine.c s-xaaDashLine.c
libxaa_la_LDFLAGS = -avoid-version
+if COMPOSITE
libxaa_la_LIBADD = $(top_builddir)/miext/cw/libcw.la
+endif
module_LTLIBRARIES = libxaa.la
libxaa_la_SOURCES = xaaInit.c xaaGC.c xaaInitAccel.c xaaFallback.c \