On 18/12/2011 01:20, Jeremy Huddleston wrote: > xorg.modules | 8 -------- > 1 file changed, 8 deletions(-) > > New commits: > commit ee55165c87833ffb4f73e3984158576ff7e0df58 > Author: Jeremy Huddleston <[email protected]> > Date: Sat Dec 17 17:19:39 2011 -0800 > > xorg.modules: Remove xf86-video-xgi > > This hasn't been usable for multiple years and obviously nobody > cares about fixing it, so remove it from the default set, so > the tinderbox stops reporting it as a failure. > > Signed-off-by: Jeremy Huddleston <[email protected]>
jhbuild autobuild: xorg-drivers has a dependency on unknown "xf86-video-xgi" module This change removes xf86-video-xgi, but doesn't remove the dependency on that from xorg-drivers. Patch attached. (I have my tinderbox setup so it git-pulls modular before running jhbuild)
>From 49ed66917789fdc27a0c391c54a26dcb592b220f Mon Sep 17 00:00:00 2001 From: Jon TURNEY <[email protected]> Date: Mon, 19 Dec 2011 14:15:02 +0000 Subject: [PATCH modular] Remove a dependency on the removed xf86-video-xgi driver Remove a dependency on the xf86-video-xgi driver which was removed in commit ee55165c87833ffb4f73e3984158576ff7e0df58 Signed-off-by: Jon TURNEY <[email protected]> --- xorg.modules | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/xorg.modules b/xorg.modules index 857c964..14686be 100644 --- a/xorg.modules +++ b/xorg.modules @@ -2153,7 +2153,6 @@ <dep package="xf86-video-vesa"/> <dep package="xf86-video-vmware"/> <dep package="xf86-video-voodoo"/> - <dep package="xf86-video-xgi"/> <dep package="xf86-video-xgixp"/> </dependencies> </metamodule> -- 1.7.4
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
