Magellan Linux

Diff of /smage/trunk/core/xorg-server/xorg-server-1.8.0-r4.smage2

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

revision 594 by niro, Wed Oct 13 22:04:27 2010 UTC revision 595 by niro, Wed Oct 13 22:10:34 2010 UTC
# Line 134  UP2DATE="updatecmd_xorg ${PNAME}" Line 134  UP2DATE="updatecmd_xorg ${PNAME}"
134    
135  src_prepare()  src_prepare()
136  {  {
137     # must use mesa as opengl-headers!
138     [[ $(opengl-update --get-implementation) != xorg ]] &&
139     die "please change to xorg opengl-headers: opengl-update xorg"
140    
141   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
142     munpack ${MESA_SRCFILE} || die
143   cd ${SRCDIR}   cd ${SRCDIR}
144    
145   # fixes fpic issues with libxf86config on 64bit systems   # fixes fpic issues with libxf86config on 64bit systems

Legend:
Removed from v.594  
changed lines
  Added in v.595