Remove useless EGL linking in plugins

EGL libs are already linked from the hardwareintegration pri file, and
the plugins do not make direct use of any EGL symbol.

Change-Id: If6ecfee16e8c9d8fee67f03419941ced92d1eff8
Reviewed-by: Giulio Camuffo <giulio.camuffo@jollamobile.com>
This commit is contained in:
Olivier Blin 2014-12-10 14:22:48 +01:00 committed by Olivier Blin
parent 936eaaf0ab
commit babb58933f
3 changed files with 0 additions and 6 deletions

View File

@ -5,8 +5,6 @@ QT += waylandclient-private
include(../../../../hardwareintegration/client/brcm-egl/brcm-egl.pri)
LIBS += -lEGL
OTHER_FILES += \
brcm-egl.json

View File

@ -5,8 +5,6 @@ QT += waylandclient-private
include(../../../../hardwareintegration/client/drm-egl-server/drm-egl-server.pri)
LIBS += -lEGL
OTHER_FILES += \
drm-egl-server.json

View File

@ -5,8 +5,6 @@ QT += waylandclient-private
include(../../../../hardwareintegration/client/libhybris-egl-server/libhybris-egl-server.pri)
LIBS += -lEGL
OTHER_FILES += \
libhybris-egl-server.json