Fix running on wayland
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2016-a9097aa363
This update has been submitted for testing by ignatenkobrain.
This update has been pushed to testing.
lgtm:)
This update has been submitted for stable by bodhi.
+1
Fix works, SDL2 test applications run OK. Tested in FC23 i386.
$ cat test_sdl.c #include <stdio.h> #include <SDL.h> int main( int argc, char *argv[] ) { if( SDL_Init( SDL_INIT_VIDEO ) < 0 ) { printf( "SDL_Init() error: %s\n", SDL_GetError() ); return 1; } printf( "SDL_Init() succeeded.\n" ); printf( "SDL_GetCurrentVideoDriver(): %s\n", SDL_GetCurrentVideoDriver() ); return 0; } $ gcc -o test_sdl test_sdl.c -g -lSDL2 -I/usr/include/SDL2 $ ./test_sdl SDL_Init() succeeded. SDL_GetCurrentVideoDriver(): x11 <ok> $ SDL_VIDEODRIVER=wayland ./test_sdl SDL_Init() succeeded. SDL_GetCurrentVideoDriver(): wayland <ok> $ ~/rpmbuild/BUILD/SDL2-2.0.4/test/testdisplayinfo INFO: Using video target 'x11'. <ok> $ SDL_VIDEODRIVER=wayland ~/rpmbuild/BUILD/SDL2-2.0.4/test/testdisplayinfo INFO: Using video target 'wayland'. <ok> $ ~/rpmbuild/BUILD/SDL2-2.0.4/test/testgl2 <ok> $ SDL_VIDEODRIVER=wayland ~/rpmbuild/BUILD/SDL2-2.0.4/test/testgl2 <ok>
This update has been pushed to stable.
Please log in to add feedback.
Confirm request to re-trigger tests.
This update has been submitted for testing by ignatenkobrain.
This update has been pushed to testing.
lgtm:)
This update has been submitted for stable by bodhi.
+1
Fix works, SDL2 test applications run OK. Tested in FC23 i386.
Tests
This update has been pushed to stable.