Browse Source

mesa: create compat symlinks for glew

karasz/new-early
Aldas Nabazas 16 years ago committed by Alejandro Mery
parent
commit
ed441840d4
  1. 9
      x11/mesa/mesa.conf

9
x11/mesa/mesa.conf

@ -23,3 +23,12 @@ if ! pkginstalled freeglut; then
cd -
}
fi
mesa_symlinks() {
cd $root/usr/lib
ln -sdfv ../X11/include/GL $root/usr/include/GL
ln -sfv ../X11/${libdir##*/}/libGL.* .
ln -sfv ../X11/${libdir##*/}/libGLU.* .
}
hook_add postmake 5 mesa_symlinks

Loading…
Cancel
Save