~ubuntu-branches/ubuntu/jaunty/mesa/jaunty

« back to all changes in this revision

Viewing changes to configs/debian-swx11+glu-powerpc-603

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-01-23 10:20:24 UTC
  • mfrom: (1.2.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20090123102024-1f3kmb3aea7wzk67
Tags: 7.3~rc3-1ubuntu1
* Merge with Debian experimental.
* Drop 102_dont_vblank.patch, since the new drm code in the kernel
  fixes the bugs that it worked around.
* Bump the build-dependency of libdrm to 2.4.4. It's the first version
  with necessary changes to build this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Configuration for building Mesa (swx11 and GLU) with runtime-detected
2
 
# assembler optimizations on powerpc (603 optimized).
3
 
 
4
 
include $(TOP)/configs/linux-ppc
5
 
include $(TOP)/configs/debian-swx11+glu-default
6
 
 
7
 
CONFIG_NAME = debian-swx11+glu-powerpc-603
8
 
 
9
 
SRC_DIRS = mesa
10
 
LIB_DIR = lib/603/cmov
11
 
 
12
 
# vim: ft=make
13