Magellan Linux

Diff of /trunk/extras/mesa/mesa-18.1.0-r1.smage2

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

revision 30979 by niro, Mon May 28 14:26:41 2018 UTC revision 30980 by niro, Tue May 29 05:56:45 2018 UTC
# Line 149  install_gallium_pipe_driver() Line 149  install_gallium_pipe_driver()
149  {  {
150   local driver="$1"   local driver="$1"
151    
152   # prereq - libllvmradeon${PVER}.so is needed to link the pipes  # not required anymore with 18.1.0 and higher
153   mmake -C src/gallium/drivers/radeon DESTDIR=${BINDIR} install || die  # # prereq - libllvmradeon${PVER}.so is needed to link the pipes
154    # mmake -C src/gallium/drivers/radeon DESTDIR=${BINDIR} install || die
155    
156   mmake -C src/gallium/targets/pipe-loader DESTDIR=${BINDIR} install || die   mmake -C src/gallium/targets/pipe-loader DESTDIR=${BINDIR} install || die
157   zapmost ${BINDIR}/usr/$(mlibdir)/gallium-pipe pipe_${driver}.so || die   zapmost ${BINDIR}/usr/$(mlibdir)/gallium-pipe pipe_${driver}.so || die
# Line 159  install_gallium_pipe_driver() Line 160  install_gallium_pipe_driver()
160   zapmost ${BINDIR}/usr/lib/gallium-pipe pipe_${driver}.so || die   zapmost ${BINDIR}/usr/lib/gallium-pipe pipe_${driver}.so || die
161   fi   fi
162    
163   # remove prereq libs  # not required anymore with 18.1.0 and higher
164   mmake -C src/gallium/drivers/radeon DESTDIR=${BINDIR} uninstall || die  # # remove prereq libs
165    # mmake -C src/gallium/drivers/radeon DESTDIR=${BINDIR} uninstall || die
166  }  }
167    
168  install_gallium_vdpau_driver()  install_gallium_vdpau_driver()

Legend:
Removed from v.30979  
changed lines
  Added in v.30980