diff options
author | Teemu Holappa <teemu.holappa@theqtcompany.com> | 2015-11-27 12:35:49 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-12-14 15:06:53 +0000 |
commit | 0d752a4b59a72f3cc95390083e1c606962b42411 (patch) | |
tree | a9d04c6f5acde61a3f29d78fa61f38b66061ba9d /recipes-qt/qt5 | |
parent | ed793d57679af4065a4326946ce42415fd9484e1 (diff) | |
download | meta-boot2qt-0d752a4b59a72f3cc95390083e1c606962b42411.tar.gz |
Added support for Jetson-tk1-pro device.
The configuration has dependency to the interal repositories (meta-tegra and jetson-tk1-pro).
Change-Id: I5e13377cf8cfbe4fad3f19215a292b49195f1546
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
Diffstat (limited to 'recipes-qt/qt5')
-rw-r--r-- | recipes-qt/qt5/qtbase/nvidia-logan/oe-device-extra.pri | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase/nvidia-logan/oe-device-extra.pri b/recipes-qt/qt5/qtbase/nvidia-logan/oe-device-extra.pri new file mode 100644 index 0000000..6554742 --- /dev/null +++ b/recipes-qt/qt5/qtbase/nvidia-logan/oe-device-extra.pri | |||
@@ -0,0 +1,11 @@ | |||
1 | TK1_CFLAGS = -DWIN_INTERFACE_CUSTOM | ||
2 | QMAKE_LIBS_EGL += -lEGL | ||
3 | QMAKE_LIBS_OPENGL_ES2 += -lGLESv2 -lEGL | ||
4 | QMAKE_CFLAGS += $$TK1_CFLAGS | ||
5 | QMAKE_CXXFLAGS += $$TK1_CFLAGS | ||
6 | |||
7 | QMAKE_PLATFORM += boot2qt | ||
8 | |||
9 | QT_QPA_DEFAULT_PLATFORM = eglfs | ||
10 | EGLFS_DEVICE_INTEGRATION = eglfs_kms_egldevice | ||
11 | |||