aboutsummaryrefslogtreecommitdiff
path: root/backends/taskbar/unity/unity-taskbar.h
diff options
context:
space:
mode:
authorJohannes Schickel2014-01-21 19:01:28 +0100
committerJohannes Schickel2014-01-21 19:01:28 +0100
commit4412e12debd77a5cef60054d2ad437a180d00817 (patch)
treeb91ff4e7f2f3a5e15ac07135c22c259ef3975d59 /backends/taskbar/unity/unity-taskbar.h
parent2e93f5aba21beedfba81f2e41601c2174e36d940 (diff)
downloadscummvm-rg350-4412e12debd77a5cef60054d2ad437a180d00817.tar.gz
scummvm-rg350-4412e12debd77a5cef60054d2ad437a180d00817.tar.bz2
scummvm-rg350-4412e12debd77a5cef60054d2ad437a180d00817.zip
BUILD: Rename libunity support variable to "USE_UNITY" instead of "USE_TASKBAR_UNITY".
This makes it consistent with other library support variables.
Diffstat (limited to 'backends/taskbar/unity/unity-taskbar.h')
-rw-r--r--backends/taskbar/unity/unity-taskbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/taskbar/unity/unity-taskbar.h b/backends/taskbar/unity/unity-taskbar.h
index d1d9430bcd..d818ed9ff1 100644
--- a/backends/taskbar/unity/unity-taskbar.h
+++ b/backends/taskbar/unity/unity-taskbar.h
@@ -23,7 +23,7 @@
#ifndef BACKEND_UNITY_TASKBAR_H
#define BACKEND_UNITY_TASKBAR_H
-#if defined(POSIX) && defined(USE_TASKBAR) && defined(USE_TASKBAR_UNITY)
+#if defined(POSIX) && defined(USE_TASKBAR) && defined(USE_UNITY)
#include "common/events.h"
#include "common/str.h"