summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5base/qt5base-mkspecs-files.patch
diff options
context:
space:
mode:
authorFloris Bos <bos@je-eigen-domein.nl>2013-03-19 09:29:40 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-03-19 22:41:39 +0100
commit6cd7b60f8bd2ad827028e3a82d2f62cf63831a99 (patch)
treeb9ac8807b8e6ee88335a85082e936a8e00c11586 /package/qt5/qt5base/qt5base-mkspecs-files.patch
parent53fbd8a7c529ba307f6d693ceb1f42696cdf05d9 (diff)
downloadbuildroot-novena-6cd7b60f8bd2ad827028e3a82d2f62cf63831a99.tar.gz
buildroot-novena-6cd7b60f8bd2ad827028e3a82d2f62cf63831a99.zip
qt5base: add rPi EGL glue code
When the rpi-userland package is selected, assume we are targetting the Raspberry Pi, and add the right platform glue code when building the Qt5 EGLFS plugin. Signed-off-by: Floris Bos <bos@je-eigen-domein.nl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qt5/qt5base/qt5base-mkspecs-files.patch')
-rw-r--r--package/qt5/qt5base/qt5base-mkspecs-files.patch5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/qt5/qt5base/qt5base-mkspecs-files.patch b/package/qt5/qt5base/qt5base-mkspecs-files.patch
index a86d0b19e..d5827f600 100644
--- a/package/qt5/qt5base/qt5base-mkspecs-files.patch
+++ b/package/qt5/qt5base/qt5base-mkspecs-files.patch
@@ -14,7 +14,7 @@ Index: b/mkspecs/devices/linux-buildroot-g++/qmake.conf
===================================================================
--- /dev/null
+++ b/mkspecs/devices/linux-buildroot-g++/qmake.conf
-@@ -0,0 +1,38 @@
+@@ -0,0 +1,41 @@
+MAKEFILE_GENERATOR = UNIX
+CONFIG += incremental gdb_dwarf_index
+QMAKE_INCREMENTAL_STYLE = sublib
@@ -49,6 +49,9 @@ Index: b/mkspecs/devices/linux-buildroot-g++/qmake.conf
+
+QMAKE_LIBS += -lrt -lpthread -ldl
+
++# device specific glue code
++EGLFS_PLATFORM_HOOKS_SOURCES =
++
+# Sanity check
+deviceSanityCheckCompiler()
+