diff options
author | Samuel Thibault <[email protected]> | 2007-06-28 22:33:05 +0100 |
---|---|---|
committer | Julien Cristau <[email protected]> | 2007-07-05 00:48:30 +0200 |
commit | 639eaceee74f0f3787b2b6e1c682c90696c085d4 (patch) | |
tree | 2bd168e98c399de1fdcf5315251f3846d768e94d /debian/control | |
parent | 3e21f527962f3403e47538cb08054006016149e3 (diff) |
Fix build on hurd-i386.
Build libgl1-mesa-glx without direct rendering support on that arch, and
don't build any dri driver.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index ae265c850a5..83e59078cd4 100644 --- a/debian/control +++ b/debian/control @@ -158,7 +158,7 @@ Description: A free implementation of the OpenGL API -- GLX runtime -- debugging Package: libgl1-mesa-dri Section: libs Priority: optional -Architecture: any +Architecture: alpha amd64 arm armeb armel hppa i386 ia64 kfreebsd-i386 kfreebsd-amd64 m68k mips mipsel powerpc s390 sparc Depends: ${shlibs:Depends}, libgl1-mesa-glx (= ${binary:Version}) Suggests: libglide3 Conflicts: xlibmesa-dri (<< 1:7.0.0) @@ -179,7 +179,7 @@ Description: A free implementation of the OpenGL API -- DRI modules Package: libgl1-mesa-dri-dbg Section: libdevel Priority: extra -Architecture: any +Architecture: alpha amd64 arm armeb armel hppa i386 ia64 kfreebsd-i386 kfreebsd-amd64 m68k mips mipsel powerpc s390 sparc Depends: libgl1-mesa-dri (= ${binary:Version}) Description: A free implementation of the OpenGL API -- DRI modules -- debugging symbols This version of Mesa provides GLX and DRI capabilities: it is capable of |