Samuel Thibault, le Sat 19 Aug 2006 22:07:40 +0200, a écrit : > Michael Banck, le Sat 19 Aug 2006 19:47:45 +0200, a écrit : > > On Sat, Aug 19, 2006 at 02:15:53PM +0200, Samuel Thibault wrote: > > > Could this be fixed? > > > > You did not send the debian/rules part (conditionally add --enable-dri > > to CONFFLAGS on arches different to hurd-i386), that one is still needed > > I guess. > > Indeed, and --enable-kserver needs to be disabled too. I'm working on > it, but it's long to compile...
Ok, --enable-kdrive doesn't need to be removed, I only had to fix several linuxisms (see bug 356300). But --enable-dri needs to be removed indeed. And actually, it can be safely removed whatever the arch, since the configure script auto-detects dri capability according to the system anyway, so here is an simple additionnal patch. Samuel
--- xorg-server-1.1.1/debian/rules 2006-08-19 12:04:37.000000000 +0000 +++ xorg-server-1.1.1-hurd/debian/rules 2006-08-19 15:01:06.000000000 +0000 @@ -39,7 +39,7 @@ # kill the .las. confflags += --disable-static \ --enable-xorg \ - --enable-dri --with-mesa-source=/usr/share/mesa-source \ + --with-mesa-source=/usr/share/mesa-source \ --with-fontdir=/usr/share/fonts/X11 \ --with-serverconfig-path=/etc/X11/xserver \ --enable-xtrap \