[PATCH] fixing missing libfb dependency in miext/libshadow

Enrico Weigelt weigelt at metux.de
Fri Jun 2 03:46:44 PDT 2006


Hi folks,

there seems to be a missing dependency/import of libfb in 
miext/libshadow. Here's a little patch which fixes it.

Note that libfb itself introduces an dependency to symbols
coming from fb/fbmap.c, which is currently built by each
DDX separately. I'll send another patch for cleaning this up.

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:
	http://patches.metux.de/
---------------------------------------------------------------------
-------------- 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	Thu Jun  1 02:24:25 2006
+++ xorg-server-1.0.99.902/miext/shadow/Makefile.am	Thu Jun  1 03:11:31 2006
@@ -8,6 +8,8 @@
 sdk_HEADERS = shadow.h
 endif
 
+libshadow_la_LIBADD = $(top_builddir)/fb/libfb.la
+
 libshadow_la_SOURCES =		\
 	shadow.c		\
 	shadow.h		\


More information about the xorg mailing list