Skip to content
Snippets Groups Projects
Commit fe9b9fec authored by Brice Goglin's avatar Brice Goglin
Browse files

Enable i686 optimized libraries on kfreebsd-i386

parent 082f5474
Loading
mesa (7.5~rc4-2) UNRELEASED; urgency=low
[ Timo Aaltonen ]
* Move dri.pc to mesa-common-dev (closes: #521667)
-- Timo Aaltonen <tjaalton@ubuntu.com> Mon, 29 Jun 2009 15:16:43 +0300
[ Brice Goglin ]
* Enable i686 optimized libraries on kfreebsd-i386, closes: #537345.
-- Brice Goglin <bgoglin@debian.org> Fri, 17 Jul 2009 18:19:14 +0200
mesa (7.5~rc4-1) experimental; urgency=low
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment