summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorBrice Goglin <[email protected]>2009-07-17 18:21:27 +0200
committerBrice Goglin <[email protected]>2009-07-17 18:21:27 +0200
commitfe9b9fec39c00be130103a45eb9ba59afecd6b2e (patch)
tree0b89b95e7aa73647af6452cd4b7bea44b892248f /debian
parent082f5474929b264b7eb46eef769c7a119bb2ef5a (diff)
Enable i686 optimized libraries on kfreebsd-i386
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control6
-rw-r--r--debian/scripts/choose-configs2
3 files changed, 9 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 112451fc817..a0c6be064a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
mesa (7.5~rc4-2) UNRELEASED; urgency=low
+ [ Timo Aaltonen ]
* Move dri.pc to mesa-common-dev (closes: #521667)
- -- Timo Aaltonen <[email protected]> Mon, 29 Jun 2009 15:16:43 +0300
+ [ Brice Goglin ]
+ * Enable i686 optimized libraries on kfreebsd-i386, closes: #537345.
+
+ -- Brice Goglin <[email protected]> Fri, 17 Jul 2009 18:19:14 +0200
mesa (7.5~rc4-1) experimental; urgency=low
diff --git a/debian/control b/debian/control
index 83d5dfeec85..461a7687b2e 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
+Architecture: i386 kfreebsd-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
+#Architecture: i386 kfreebsd-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
+#Architecture: i386 kfreebsd-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 96050ecadce..1ad21fc6a7d 100644
--- a/debian/scripts/choose-configs
+++ b/debian/scripts/choose-configs
@@ -37,7 +37,7 @@ endif
##############################################################################
## CPU-optimized configurations ##############################################
-ifeq ($(DEB_BUILD_ARCH), i386)
+ifneq (,$(filter $(DEB_BUILD_ARCH), i386 kfreebsd-i386))
SWX11_GLU_CONFIGS += swx11+glu-i386-i686
# DRI_CONFIGS += debian-dri-i386-i686
endif