Magellan Linux

Diff of /branches/magellan-next/core/mesa/mesa-7.10.2-r1.smage2

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

revision 7738 by niro, Mon May 30 19:24:41 2011 UTC revision 7739 by niro, Mon May 30 19:40:51 2011 UTC
# Line 623  setup_dynamic_dri() Line 623  setup_dynamic_dri()
623    
624   [[ -z ${impl} ]] && die "missing dri implementation!"   [[ -z ${impl} ]] && die "missing dri implementation!"
625   case ${impl} in   case ${impl} in
626   classic|gallium) continue ;;   classic|gallium) ;;
627   *) die "unkown dri implementation '${impl}'!" ;;   *) die "unkown dri implementation '${impl}'!" ;;
628   esac   esac
629    
630   echo "setup dynamic dri for '${impl} implementation..."   echo "settin up dynamic dri for a '${impl} implementation..."
631   if [[ -z ${MULTILIB_ABIS} ]]   if [[ -z ${MULTILIB_ABIS} ]]
632   then   then
633   minstalldir /usr/$(mlibdir)/mesa/${impl} || die   minstalldir /usr/$(mlibdir)/mesa/${impl} || die

Legend:
Removed from v.7738  
changed lines
  Added in v.7739