Magellan Linux

Contents of /trunk/xorg-server/patches/xorg-server-1.4.99.902-fix-xaa-dependencies-to-build-without-composite.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 621 - (show annotations) (download)
Thu May 29 23:26:47 2008 UTC (15 years, 11 months ago) by niro
File size: 1123 byte(s)
-alx-only patch

1 diff -Naur xorg-server-1.4.99.902/hw/xfree86/xaa/Makefile.in xorg-server-1.4.99.902-magellan/hw/xfree86/xaa/Makefile.in
2 --- xorg-server-1.4.99.902/hw/xfree86/xaa/Makefile.in 2008-05-21 23:53:04.000000000 +0200
3 +++ xorg-server-1.4.99.902-magellan/hw/xfree86/xaa/Makefile.in 2008-05-30 01:31:16.000000000 +0200
4 @@ -60,7 +60,7 @@
5 am__installdirs = "$(DESTDIR)$(moduledir)" "$(DESTDIR)$(sdkdir)"
6 moduleLTLIBRARIES_INSTALL = $(INSTALL)
7 LTLIBRARIES = $(module_LTLIBRARIES)
8 -libxaa_la_DEPENDENCIES = $(top_builddir)/miext/cw/libcw.la
9 +libxaa_la_DEPENDENCIES =
10 am__objects_1 = s-xaaLine.lo s-xaaDashLine.lo
11 am__objects_2 = l-xaaBitmap.lo l-xaaStipple.lo l-xaaTEGlyph.lo
12 am__objects_3 = m-xaaBitmap.lo m-xaaStipple.lo m-xaaTEGlyph.lo
13 @@ -420,7 +420,7 @@
14 MSB_3_FIXED = mf3-xaaBitmap.c mf3-xaaStipple.c
15 POLYSEG = s-xaaLine.c s-xaaDashLine.c
16 libxaa_la_LDFLAGS = -avoid-version
17 -libxaa_la_LIBADD = $(top_builddir)/miext/cw/libcw.la
18 +libxaa_la_LIBADD =
19 module_LTLIBRARIES = libxaa.la
20 libxaa_la_SOURCES = xaaInit.c xaaGC.c xaaInitAccel.c xaaFallback.c \
21 xaaBitBlt.c xaaCpyArea.c xaaGCmisc.c xaaCpyWin.c \