[Commits] [wesnoth/wesnoth] 5a3094: Fix compilation with notifications disabled.
GitHub
noreply at github.com
Sun Nov 23 13:24:36 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 5a30942c5e22dc1e0982f51614856295fae1b576
https://github.com/wesnoth/wesnoth/commit/5a30942c5e22dc1e0982f51614856295fae1b576
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2014-11-23 (Sun, 23 Nov 2014)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
Fix compilation with notifications disabled.
In CMake the notifications are enabled by default, switching them to
disabled didn't clear the LIBDBUS_FOUND flag properly causing the
the compilation to fail due to the #error in
src/desktop/dbus_notification.cpp.
More information about the Commits
mailing list