Browse Source

mesa: create compat symlinks for glew

user/chris/old/ruby
Aldas Nabazas 16 years ago
committed by Alejandro Mery
parent
commit
ed441840d4
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      x11/mesa/mesa.conf

+ 9
- 0
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