From 96a27aa661e2e5562dd9fac1b8eadf0304f92da1 Mon Sep 17 00:00:00 2001 From: Christian Date: Sat, 13 Feb 2016 21:39:23 +0100 Subject: define for compiling without libskindesiger. Use 'make DISABLESKINDESIGNER=1' --- Directory.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Directory.cpp') diff --git a/Directory.cpp b/Directory.cpp index 6f58091..6d3d370 100644 --- a/Directory.cpp +++ b/Directory.cpp @@ -1,7 +1,6 @@ #include "Directory.h" #include #include -#include "pictureCache.h" namespace plexclient { @@ -72,6 +71,7 @@ std::string Directory::GetTitle() } } +#ifdef SKINDESIGNER void Directory::AddTokens(std::shared_ptr grid, bool clear, std::function OnCached) { if(clear) grid->ClearTokens(); @@ -154,6 +154,7 @@ void Directory::AddTokens(std::shared_ptr grid, bo } } } +#endif std::string Directory::ArtUri() { -- cgit v1.2.3