From ad5577df06c3ace44684333a8b1a843716a75a0d Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Mon, 20 Jan 2014 17:06:15 +0100 Subject: Fix eglfs compilation on raspi For some reason the Raspberry Pi hook includes qeglfscursor.h even though it is not necessary. Remove this because the file got moved to eglconvenience. Change-Id: Ia65f5a8366d750f93eacee49004219e664b52af2 Reviewed-by: Andy Nichols --- mkspecs/devices/linux-rasp-pi-g++/qeglfshooks_pi.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'mkspecs') diff --git a/mkspecs/devices/linux-rasp-pi-g++/qeglfshooks_pi.cpp b/mkspecs/devices/linux-rasp-pi-g++/qeglfshooks_pi.cpp index 5e57ba382a..6cee63abbc 100644 --- a/mkspecs/devices/linux-rasp-pi-g++/qeglfshooks_pi.cpp +++ b/mkspecs/devices/linux-rasp-pi-g++/qeglfshooks_pi.cpp @@ -40,7 +40,6 @@ ****************************************************************************/ #include "qeglfshooks.h" -#include "qeglfscursor.h" #include -- cgit v1.2.3