freebsd-ports/graphics/glew-wayland/pkg-message
Jan Beich 063726be54 graphics/glew: add -wayland slave
SDL_VIDEODRIVER=wayland doesn't work with current glew package while
SDL_VIDEODRIVER=x11 doesn't work using this package. So, build against
libEGL instead of libX11 and let the user decide when to use.

Idea from:	ArchLinux
Tested by:	SDL (freeorion, ppsspp, renpy)
2019-11-14 00:43:21 +00:00

11 lines
234 B
Text

[
{ type: install
message: <<EOM
To enable Wayland support in GLEW for a specific application
$ LD_PRELOAD=libGLEW-wayland.so <application>
To enable globally
$ echo libGLEW.so.2 libGLEW-wayland.so.2 >>/etc/libmap.conf
EOM
}
]