Fix typo to enable DGA support.
EXTMODULE is required to build DGA support into extmod.
This commit is contained in:
		
							parent
							
								
									e4554db8f8
								
							
						
					
					
						commit
						0e7e4c7064
					
				
							
								
								
									
										10
									
								
								ChangeLog
								
								
								
								
							
							
						
						
									
										10
									
								
								ChangeLog
								
								
								
								
							| 
						 | 
				
			
			@ -1,3 +1,13 @@
 | 
			
		|||
2005-11-09  Kevin E. Martin  <kem-at-freedesktop-dot-org>
 | 
			
		||||
 | 
			
		||||
	* configure.ac:
 | 
			
		||||
	* include/dix-config.h.in:
 | 
			
		||||
	* include/xorg-server.h.in:
 | 
			
		||||
	Fix typo to enable DGA support.
 | 
			
		||||
 | 
			
		||||
	* hw/xfree86/dixmods/extmod/Makefile.am:
 | 
			
		||||
	EXTMODULE is required to build DGA support into extmod.
 | 
			
		||||
 | 
			
		||||
2005-11-09  Kevin E. Martin  <kem-at-freedesktop-dot-org>
 | 
			
		||||
 | 
			
		||||
	* configure.ac:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1152,7 +1152,7 @@ AC_DEFINE_DIR(XKM_OUTPUT_DIR, XKBOUTPUT, [Path to XKB output dir])
 | 
			
		|||
AC_SUBST(XKM_OUTPUT_DIR)
 | 
			
		||||
 | 
			
		||||
dnl and the rest of these are generic, so they're in config.h
 | 
			
		||||
AC_DEFINE(XFree86XDGA, 1, [Build XDGA support])
 | 
			
		||||
AC_DEFINE(XFreeXDGA, 1, [Build XDGA support])
 | 
			
		||||
AC_DEFINE(XF86BIGFONT, 1, [Build XFree86 BigFont extension])
 | 
			
		||||
AC_DEFINE(XResExtension, 1, [Build XRes extension])
 | 
			
		||||
AC_DEFINE(DPMSExtension, 1, [Build DPMS extension])
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -10,7 +10,7 @@ if XV
 | 
			
		|||
XV_SRCS = xvmod.c xvmodproc.h
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
AM_CFLAGS = @XORG_CFLAGS@
 | 
			
		||||
AM_CFLAGS = @XORG_CFLAGS@ -DEXTMODULE
 | 
			
		||||
INCLUDES = @XORG_INCS@ \
 | 
			
		||||
           -I$(top_srcdir)/afb \
 | 
			
		||||
           -I$(top_srcdir)/mfb \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -318,7 +318,7 @@
 | 
			
		|||
#undef XFIXES
 | 
			
		||||
 | 
			
		||||
/* Build XDGA support */
 | 
			
		||||
#undef XFree86XDGA
 | 
			
		||||
#undef XFreeXDGA
 | 
			
		||||
 | 
			
		||||
/* Support Xinerama extension */
 | 
			
		||||
#undef XINERAMA
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -146,7 +146,7 @@
 | 
			
		|||
#undef XFree86Server
 | 
			
		||||
 | 
			
		||||
/* Build XDGA support */
 | 
			
		||||
#undef XFree86XDGA
 | 
			
		||||
#undef XFreeXDGA
 | 
			
		||||
 | 
			
		||||
/* Support Xinerama extension */
 | 
			
		||||
#undef XINERAMA
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue