Magellan Linux

Diff of /trunk/core/mesa/mesa-7.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3311 by niro, Mon Oct 19 22:05:38 2009 UTC revision 3312 by niro, Mon Oct 19 22:13:10 2009 UTC
# Line 70  src_prepare() Line 70  src_prepare()
70    
71  src_compile()  src_compile()
72  {  {
73     # gallium is highly experimental, disabled atm!
74   mconfigure \   mconfigure \
75   --with-driver=dri \   --with-driver=dri \
76   --with-dri-driverdir=/usr/'$(mlibdir)'/dri \   --with-dri-driverdir=/usr/'$(mlibdir)'/dri \
# Line 81  src_compile() Line 82  src_compile()
82   --enable-asm \   --enable-asm \
83   --enable-xcb \   --enable-xcb \
84   --enable-glw \   --enable-glw \
85   $(only-m32 "echo --with-dri-drivers=''") \   --disable-gallium \
86   || die   || die
87    
88  # # only build software renderer on multilib arches   # only build software renderer on multilib arches
89  # if [[ ${ARCH} = x86_64 ]]   if [[ ${ARCH} = x86_64 ]]
90  # then   then
91  # only-m32 "echo 'DRI_DIRS =' >> configs/autoconf" || die   only-m32 "echo 'DRI_DIRS =' >> configs/autoconf" || die
92  # fi   fi
93    
94   mmake || die   mmake || die
95  }  }

Legend:
Removed from v.3311  
changed lines
  Added in v.3312