063726be54
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)
11 lines
234 B
Text
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
|
|
}
|
|
]
|