1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/graphics/glew-wayland
Jan Beich fdc95482c3 graphics/glew-wayland: suggest LD_LIBMAP for session-local override
LD_LIBMAP can be limited to Wayland or KMS console e.g.,

$ cat >>~/.zshrc
if [[ ( -n $WAYLAND_DISPLAY || -z $DISPLAY ) && $LD_LIBMAP != *GLEW-wayland* ]]; then
   export LD_LIBMAP=libGLEW.so.2=libGLEW-wayland.so.2,$LD_LIBMAP
   export SDL_VIDEODRIVER=wayland,kmsdrm,x11
fi
2021-08-20 10:22:52 +00:00
..
Makefile graphics/glew-wayland: suggest LD_LIBMAP for session-local override 2021-08-20 10:22:52 +00:00
pkg-message graphics/glew-wayland: suggest LD_LIBMAP for session-local override 2021-08-20 10:22:52 +00:00
pkg-plist