summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrice Goglin <bgoglin@debian.org>2009-07-24 00:29:25 +0200
committerBrice Goglin <bgoglin@debian.org>2009-07-24 00:29:25 +0200
commit40f217aea75b6c8e1d9836008ef73cc5e3595554 (patch)
tree0c81b51259a4d3649efb877ad532b63eacd70b8b
parentd3403389cd4a85f1cbdbdfed8a5fcd2be240af0f (diff)
Enable i686 optimized libraries on hurd-i386
-rw-r--r--debian/changelog3
-rw-r--r--debian/control6
-rw-r--r--debian/scripts/choose-configs2
3 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 1c53d0d43b4..e8294fcac98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ mesa (7.5-3) UNRELEASED; urgency=low
(early 7.5.1 release snapshot).
* Only install the huge upstream changelog in mesa-common-dev,
closes: #538094.
+ * Enable i686 optimized libraries on hurd-i386.
- -- Brice Goglin <bgoglin@debian.org> Thu, 23 Jul 2009 21:12:20 +0200
+ -- Brice Goglin <bgoglin@debian.org> Fri, 24 Jul 2009 00:28:46 +0200
mesa (7.5-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 461a7687b2e..50efb414d05 100644
--- a/debian/control
+++ b/debian/control
@@ -64,7 +64,7 @@ Description: A free implementation of the OpenGL API -- debugging symbols
Package: libgl1-mesa-swx11-i686
Section: libs
Priority: extra
-Architecture: i386 kfreebsd-i386
+Architecture: i386 kfreebsd-i386 hurd-i386
Depends: libgl1-mesa-swx11 (= ${binary:Version}), ${shlibs:Depends}
Description: Mesa OpenGL runtime [i686 optimized]
Mesa is a 3-D graphics library with an API which is very similar to
@@ -143,7 +143,7 @@ Description: Debugging symbols for the Mesa GLX runtime
#Package: libgl1-mesa-glx-i686
#Section: libs
#Priority: extra
-#Architecture: i386 kfreebsd-i386
+#Architecture: i386 kfreebsd-i386 hurd-i386
#Pre-Depends: libgl1-mesa-glx
#Description: A free implementation of the OpenGL API -- GLX runtime [i686 optimized]
# This version of Mesa provides GLX and DRI capabilities: it is capable of
@@ -204,7 +204,7 @@ Description: Debugging symbols for the Mesa DRI modules
#Package: libgl1-mesa-dri-i686
#Section: libs
#Priority: extra
-#Architecture: i386 kfreebsd-i386
+#Architecture: i386 kfreebsd-i386 hurd-i386
#Pre-Depends: libgl1-mesa-dri
#Description: A free implementation of the OpenGL API -- DRI modules [i686 optimized]
# This version of Mesa provides GLX and DRI capabilities: it is capable of
diff --git a/debian/scripts/choose-configs b/debian/scripts/choose-configs
index 1ad21fc6a7d..b7d68e298c2 100644
--- a/debian/scripts/choose-configs
+++ b/debian/scripts/choose-configs
@@ -37,7 +37,7 @@ endif
##############################################################################
## CPU-optimized configurations ##############################################
-ifneq (,$(filter $(DEB_BUILD_ARCH), i386 kfreebsd-i386))
+ifneq (,$(filter $(DEB_BUILD_ARCH), i386 kfreebsd-i386 hurd-i386))
SWX11_GLU_CONFIGS += swx11+glu-i386-i686
# DRI_CONFIGS += debian-dri-i386-i686
endif