From cbe248d89dee7fdcc4b0c10979a23e6a5cda5ac7 Mon Sep 17 00:00:00 2001 From: Sacha Date: Sun, 1 Nov 2015 20:21:56 +1000 Subject: [PATCH] Fix compile error. We arent allowing for cross-compiling at all by checking headers so this is only a temporary solution. Probably no mobile platform wants glew, which is what we had before the define was removed. --- Blackberry/bar-descriptor.xml | 2 +- Qt/PPSSPP.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Blackberry/bar-descriptor.xml b/Blackberry/bar-descriptor.xml index 1a0adb4f15..310d63abef 100644 --- a/Blackberry/bar-descriptor.xml +++ b/Blackberry/bar-descriptor.xml @@ -31,7 +31,7 @@ icon-114.png - + Open PSP ROM application icon-114.png diff --git a/Qt/PPSSPP.pro b/Qt/PPSSPP.pro index 8c8409ff87..7cd5562ecc 100644 --- a/Qt/PPSSPP.pro +++ b/Qt/PPSSPP.pro @@ -49,7 +49,7 @@ macx|equals(PLATFORM_NAME, "linux") { } } -exists( /usr/include/GL/glew.h ) { +!symbian:exists( /usr/include/GL/glew.h ) { LIBS += -lGLEW }