[Commits] [wesnoth/wesnoth] 3fbb35: scons: wesnothd does not need dummy_video.o, break...

GitHub noreply at github.com
Thu Nov 10 18:36:52 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 3fbb356008bf4c555ef2b5c9aa9dd9cd47ba60ec
      https://github.com/wesnoth/wesnoth/commit/3fbb356008bf4c555ef2b5c9aa9dd9cd47ba60ec
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
    M src/SConscript

  Log Message:
  -----------
  scons: wesnothd does not need dummy_video.o, breaks wesnoth.org builds

We don't have SDL 2.0.4 on wesnoth.org, so it's not possible to build
dummy_video.o because the config checks fail and SCons doesn't add the
SDL include flags to the environment, and somehow doesn't really warn
that they will be needed for dummy_video.o.

However, since the CMake recipe does not link dummy_video.o into
wesnothd and there doesn't seem to be a reason for wesnothd to require
it (even before we dropped the SDL and SDL_net dependencies from it), we
can probably do away with it.





More information about the Commits mailing list