CMake compilation broken Wayland

This revision breaks the cmake compilation of SDL2 on linux systems.

It puts some generated code into the source tree which is only done by the
configure scripts, not by cmake.

Bugreport:
https://bugzilla.libsdl.org/show_bug.cgi?id=3430--
http://www.caveproductions.org

FWIW I believe it also broke Wayland on my Ubuntu 16.04 using
configure/make…I wanted to test the patch before merging it, but that
didn’t happen, and I thought Sam had tested this.

We probably need to make sure Buildbot has the packages required to build
Mir and Wayland so stuff like this is caught more quickly.

2016-09-20 3:07 GMT-03:00 M. Gerhardy <martin.gerhardy at gmail.com>:> This revision breaks the cmake compilation of SDL2 on linux systems.

It puts some generated code into the source tree which is only done by the
configure scripts, not by cmake.

https://hg.libsdl.org/SDL/rev/ee83e0b4a36f

Bugreport:
https://bugzilla.libsdl.org/show_bug.cgi?id=3430


http://www.caveproductions.org


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


Gabriel.

2016-09-20 12:28 GMT+02:00 Gabriel Jacobo :

FWIW I believe it also broke Wayland on my Ubuntu 16.04 using
configure/make…I wanted to test the patch before merging it, but that
didn’t happen, and I thought Sam had tested this.

We probably need to make sure Buildbot has the packages required to build
Mir and Wayland so stuff like this is caught more quickly.

I think we should probably nuke deprecated tools like autotools and
only use CMake for the build system. Having more than one buildsystem
is errorprone as it requires several more maintenance steps when
adding new code.–
Demelier David