mirror of
				https://github.com/SwallowOS/xorg_lib_libxfont
				synced 2025-11-04 13:55:46 +08:00 
			
		
		
		
	xc/lib/font/util/Imakefile
//freedesktop.org/bugzilla/show_bug.cgi?id=1804) attachment #1269 (https://bugs.freedesktop.org/attachment.cgi?id=1269): Fix build failure (caused by missing symbols such as |TwoByteSwap|) when linking the FreeType module and the FreeType library both statically info the Xserver.
This commit is contained in:
		@@ -27,8 +27,6 @@ in this Software without prior written authorization from The Open Group.
 | 
			
		||||
*/
 | 
			
		||||
/* $XFree86: xc/lib/font/util/utilbitmap.c,v 1.4 2001/01/17 19:43:34 dawes Exp $ */
 | 
			
		||||
 | 
			
		||||
#ifndef USE_INTERNAL_FREETYPE
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Author:  Keith Packard, MIT X Consortium
 | 
			
		||||
 */
 | 
			
		||||
@@ -184,5 +182,4 @@ RepadBitmap (char *pSrc, char *pDst,
 | 
			
		||||
    return dstWidthBytes * height;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#endif /* !USE_INTERNAL_FREETYPE */
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user