mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-07-19 21:09:04 +02:00

This allows the users to be able to override it in oe-device-extra.pri. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
14 lines
516 B
Diff
14 lines
516 B
Diff
Index: git/mkspecs/linux-oe-g++/qmake.conf
|
|
===================================================================
|
|
--- git.orig/mkspecs/linux-oe-g++/qmake.conf 2016-12-14 17:03:17.000000000 -0600
|
|
+++ git/mkspecs/linux-oe-g++/qmake.conf 2016-12-14 17:06:23.000000000 -0600
|
|
@@ -37,6 +37,8 @@ QMAKE_LINK_C_SHLIB = $$(OE_QMAKE_LINK)
|
|
# for the SDK
|
|
isEmpty(QMAKE_QT_CONFIG):QMAKE_QT_CONFIG = $$(OE_QMAKE_QT_CONFIG)
|
|
|
|
+EGLFS_DEVICE_INTEGRATION = eglfs_viv
|
|
+
|
|
include(../oe-device-extra.pri)
|
|
|
|
QMAKE_LIBS_EGL += -lEGL
|