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:
parent
936eaaf0ab
commit
babb58933f
@ -5,8 +5,6 @@ QT += waylandclient-private
|
|||||||
|
|
||||||
include(../../../../hardwareintegration/client/brcm-egl/brcm-egl.pri)
|
include(../../../../hardwareintegration/client/brcm-egl/brcm-egl.pri)
|
||||||
|
|
||||||
LIBS += -lEGL
|
|
||||||
|
|
||||||
OTHER_FILES += \
|
OTHER_FILES += \
|
||||||
brcm-egl.json
|
brcm-egl.json
|
||||||
|
|
||||||
|
@ -5,8 +5,6 @@ QT += waylandclient-private
|
|||||||
|
|
||||||
include(../../../../hardwareintegration/client/drm-egl-server/drm-egl-server.pri)
|
include(../../../../hardwareintegration/client/drm-egl-server/drm-egl-server.pri)
|
||||||
|
|
||||||
LIBS += -lEGL
|
|
||||||
|
|
||||||
OTHER_FILES += \
|
OTHER_FILES += \
|
||||||
drm-egl-server.json
|
drm-egl-server.json
|
||||||
|
|
||||||
|
@ -5,8 +5,6 @@ QT += waylandclient-private
|
|||||||
|
|
||||||
include(../../../../hardwareintegration/client/libhybris-egl-server/libhybris-egl-server.pri)
|
include(../../../../hardwareintegration/client/libhybris-egl-server/libhybris-egl-server.pri)
|
||||||
|
|
||||||
LIBS += -lEGL
|
|
||||||
|
|
||||||
OTHER_FILES += \
|
OTHER_FILES += \
|
||||||
libhybris-egl-server.json
|
libhybris-egl-server.json
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user