[wesnoth-commits] [wesnoth/wesnoth] 596731: cmake, scons: Drop option to enable or disable the...

GitHub noreply at github.com
Tue Mar 27 21:58:23 UTC 2018


  Branch: refs/heads/1.14
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 596731536e20824f1ac7dfc7f7d77bc8c7990ffe
      https://github.com/wesnoth/wesnoth/commit/596731536e20824f1ac7dfc7f7d77bc8c7990ffe
  Author: Iris Morelle <shadowm at wesnoth.org>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
    M CMakeLists.txt
    M SConstruct
    M src/CMakeLists.txt

  Log Message:
  -----------
  cmake, scons: Drop option to enable or disable the removed SDL_SavePNG code

Commit dfc42e8a8dd550ca04ae16e2d2d7ebffbba0bc21 removed said code since
Wesnoth can use IMG_SavePNG() from SDL_image 2.0 instead. However, the
author left the build-time configuration options intact, and also part
of the necessary code for CMake to link Wesnoth against libpng.

Note that this change also eliminates an unnecessary direct link-time
dependency on libpng when using both CMake and SCons.


  Commit: 77a50a55837eefa94542b914812efc390265c93b
      https://github.com/wesnoth/wesnoth/commit/77a50a55837eefa94542b914812efc390265c93b
  Author: Iris Morelle <shadowm at wesnoth.org>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
    M changelog.md

  Log Message:
  -----------
  Update changelog

[ci skip]


Compare: https://github.com/wesnoth/wesnoth/compare/92e01dddca4c...77a50a55837e


More information about the Commits mailing list