[PATCH] libshadow + fb fix

Enrico Weigelt weigelt at metux.de
Wed May 17 07:39:18 PDT 2006


This fix adds some (non-compiled) file from libfd to libshadow,
so the misssing symbols can be resolved.

cu
-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service - http://www.metux.de/
---------------------------------------------------------------------
 Please visit the OpenSource QM Taskforce:
 	http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
	rsync://sources.metux.de/metux-patches
---------------------------------------------------------------------
-------------- next part --------------
diff -ruN xorg-server-1.0.99.902.orig/miext/shadow/Makefile.am xorg-server-1.0.99.902/miext/shadow/Makefile.am
--- xorg-server-1.0.99.902.orig/miext/shadow/Makefile.am	Mon May 15 11:31:27 2006
+++ xorg-server-1.0.99.902/miext/shadow/Makefile.am	Tue May 16 16:19:22 2006
@@ -8,7 +8,10 @@
 sdk_HEADERS = shadow.h
 endif
 
+libshadow_la_LIBADD = ../../fb/libfb.la
+
 libshadow_la_SOURCES =		\
+	../../fb/fbcmap.c	\
 	shadow.c		\
 	shadow.h		\
 	shalloc.c		\


More information about the xorg-modular mailing list