aee9fef7dd
Let the specs decide about egl headers and egl lib location. Fixes yocto RaspberryPi build without proper egl support. Change-Id: I4c8d655673aa0b2043bc376486cfe436afb93e42 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
8 lines
130 B
INI
8 lines
130 B
INI
SOURCES = eglfs-brcm.cpp
|
|
|
|
CONFIG -= qt
|
|
|
|
INCLUDEPATH += $$QMAKE_INCDIR_EGL
|
|
|
|
LIBS += -L$$QMAKE_LIBDIR_EGL -lEGL -lGLESv2 -lbcm_host
|