From d15b3790307053587df8daed1936ff6923881b63 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 12 Jun 2008 16:00:50 -0400 Subject: Remove xgl. This code hasn't been updated with anything even resembling what anyone is shipping in nearly thirty months. It hasn't built out of the box since 7.1. Most of its features over AIGLX are accomplished with DRI2 and friends. --- hw/Makefile.am | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'hw/Makefile.am') diff --git a/hw/Makefile.am b/hw/Makefile.am index 4589b7eef..7409906a8 100644 --- a/hw/Makefile.am +++ b/hw/Makefile.am @@ -18,10 +18,6 @@ if XWIN XWIN_SUBDIRS = xwin endif -if XGL -XGL_SUBDIRS = xgl -endif - if KDRIVE KDRIVE_SUBDIRS = kdrive endif @@ -32,7 +28,6 @@ endif SUBDIRS = \ $(XORG_SUBDIRS) \ - $(XGL_SUBDIRS) \ $(XWIN_SUBDIRS) \ $(XVFB_SUBDIRS) \ $(XNEST_SUBDIRS) \ @@ -40,7 +35,7 @@ SUBDIRS = \ $(KDRIVE_SUBDIRS) \ $(XQUARTZ_SUBDIRS) -DIST_SUBDIRS = dmx xfree86 vfb xnest xwin xquartz kdrive xgl +DIST_SUBDIRS = dmx xfree86 vfb xnest xwin xquartz kdrive relink: for i in $(SUBDIRS) ; do $(MAKE) -C $$i relink ; done -- cgit v1.2.3