If you install Kodi, you need SDL2
The latter fails with wayland You get: build/.libs/SDL_waylandevents.o: In function `wl_registry_bind': /usr/include/wayland-client-protocol.h:1079: undefined reference to `wl_proxy_marshal_constructor_versioned' build/.libs/SDL_waylandtouch.o: In function `wl_registry_bind': /usr/include/wayland-client-protocol.h:1079: undefined reference to `wl_proxy_marshal_constructor_versioned' build/.libs/SDL_waylandvideo.o: In function `wl_registry_bind': /usr/include/wayland-client-protocol.h:1079: undefined reference to `wl_proxy_marshal_constructor_versioned' /usr/include/wayland-client-protocol.h:1079: undefined reference to `wl_proxy_marshal_constructor_versioned' /usr/include/wayland-client-protocol.h:1079: undefined reference to `wl_proxy_marshal_constructor_versioned' build/.libs/SDL_waylandvideo.o:/usr/include/wayland-client-protocol.h:1079: more undefined references to `wl_proxy_marshal_constructor_versioned' follow collect2: error: ld returned 1 exit status make: *** [Makefile:141: build/libSDL2.la] Error 1 There is a patch to fix this here: https://hg.libsdl.org/SDL/rev/330f500d5815 jb. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
