Commit aee9fef7 authored by Michal Klocek's avatar Michal Klocek Committed by Laszlo Agocs
Browse files

Do not hardcode paths in eglfs-brcm test.


Let the specs decide about egl headers and egl lib
location.

Fixes yocto RaspberryPi build without proper
egl support.

Change-Id: I4c8d655673aa0b2043bc376486cfe436afb93e42
Reviewed-by: default avatarLaszlo Agocs <laszlo.agocs@theqtcompany.com>
parent 24b3d82e
No related merge requests found
Showing with 2 additions and 4 deletions
...@@ -2,8 +2,6 @@ SOURCES = eglfs-brcm.cpp ...@@ -2,8 +2,6 @@ SOURCES = eglfs-brcm.cpp
CONFIG -= qt CONFIG -= qt
INCLUDEPATH += $$[QT_SYSROOT]/opt/vc/include \ INCLUDEPATH += $$QMAKE_INCDIR_EGL
$$[QT_SYSROOT]/opt/vc/include/interface/vcos/pthreads \
$$[QT_SYSROOT]/opt/vc/include/interface/vmcs_host/linux
LIBS += -L$$[QT_SYSROOT]/opt/vc/lib -lEGL -lGLESv2 -lbcm_host LIBS += -L$$QMAKE_LIBDIR_EGL -lEGL -lGLESv2 -lbcm_host
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment