commit | b7ae098e21e4a5f8496d8d064ed2f38d59509eeb | [log] [tgz] |
---|---|---|
author | Dees Troy <dees_troy@teamw.in> | Tue Sep 10 20:47:35 2013 +0000 |
committer | Dees Troy <dees_troy@teamw.in> | Tue Sep 10 20:47:46 2013 +0000 |
tree | 66a8623d9b950df4eb8c2d4ceff3d58f28406980 | |
parent | abaa9ca8f3d3b7fa9ec6454d0ff03f5351313993 [diff] [blame] |
Kang in older minzip for building in CM9 & CM7 CM7 and CM9 do not have libselinux needed in the newer minzip.
diff --git a/gui/objects.hpp b/gui/objects.hpp index 8f6f9bb..d37b43e 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp
@@ -26,7 +26,11 @@ #include <map> extern "C" { +#ifdef HAVE_SELINUX #include "../minzip/Zip.h" +#else +#include "../minzipold/Zip.h" +#endif } using namespace rapidxml;