[PATCH] glamor-dix: Add two new lines to increase readability.
Zhigang Gong
zhigang.gong at linux.intel.com
Wed Oct 19 00:08:06 PDT 2011
Jeremy,
Please help to review the following patch which is to address the spacing
problem in
Latest glamor code. Thanks.
Signed-off-by: Zhigang Gong <zhigang.gong at linux.intel.com>
---
hw/xfree86/dixmods/Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/hw/xfree86/dixmods/Makefile.am b/hw/xfree86/dixmods/Makefile.am
index 5b84704..bb36747 100644
--- a/hw/xfree86/dixmods/Makefile.am
+++ b/hw/xfree86/dixmods/Makefile.am
@@ -39,12 +39,14 @@ INCLUDES = @XORG_INCS@ \
libdbe_la_LDFLAGS = -avoid-version
libdbe_la_LIBADD = $(top_builddir)/dbe/libdbe.la
libdbe_la_SOURCES = dbemodule.c
+
if GLAMOR_DDX
libglamor_dix_la_LDFLAGS = -avoid-version
libglamor_dix_la_LIBADD = $(top_builddir)/glamor/libglamor.la
libglamor_dix_la_SOURCES = glamor_module.c
$(top_srcdir)/glamor/glamor_egl.c
libglamor_dix_la_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/glamor
$(LIBDRM_CFLAGS)
endif
+
libfb_la_LDFLAGS = -avoid-version
libfb_la_LIBADD = $(top_builddir)/fb/libfb.la
libfb_la_SOURCES = $(top_builddir)/fb/fbcmap_mi.c fbmodule.c
--
1.7.3.1
More information about the xorg-devel
mailing list