[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#383918: FTBFS on non-DRM systems



reopen 383918
thanks

Hi,

Drew Parsons wrote:
> The patch was applied upstream and appeared in the i810 1.7 drivers, now
> present in etch, so closing this bug.

The source code part was applied, but not the debian part, which is
still needed, see attached patch.

In addition to that, the libI810XvMC.so.1.0.0 library can't be compiled
without drm, so that a

debian/xserver-xorg-video-i810.install.hurd-i386

file should be added, containing

usr/lib/xorg/modules/drivers/*.so

Samuel
diff -ur xserver-xorg-video-i810-1.7.2/debian/control xserver-xorg-video-i810-1.7.2-mine/debian/control
--- xserver-xorg-video-i810-1.7.2/debian/control	2007-01-04 15:57:41.000000000 +0100
+++ xserver-xorg-video-i810-1.7.2-mine/debian/control	2007-01-04 16:02:50.000000000 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>, Drew Parsons <dparsons@debian.org>
-Build-Depends: debhelper (>= 5), quilt, pkg-config, xserver-xorg-dev (>= 2:1.1.1-1), x11proto-gl-dev, x11proto-video-dev, libdrm-dev, libgl1-mesa-dev | libgl-dev, libxvmc-dev (>= 1:1.0.1-1), x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev, x11proto-xinerama-dev, libdrm-dev (>> 2.0), x11proto-xf86dri-dev
+Build-Depends: debhelper (>= 5), quilt, pkg-config, xserver-xorg-dev (>= 2:1.1.1-1), x11proto-gl-dev, x11proto-video-dev, libdrm-dev [!hurd-i386], libgl1-mesa-dev | libgl-dev, libxvmc-dev (>= 1:1.0.1-1), x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev, x11proto-xinerama-dev, libdrm-dev (>> 2.0) [!hurd-i386], x11proto-xf86dri-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel
 

Reply to: